You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sims-hq/apps/hq-web/public
Thomas Joise ce6b564e2b feat(pwa/d25): installable PWA + phone polish
- Web manifest (standalone, id/scope/start_url=/, teal theme) + icon set
  generated from the HQ mark: pwa-192, pwa-512, maskable-512 (full-bleed
  safe-zone), apple-touch-icon 180, icon.svg. sharp added as a devDep for
  generation.
- Service worker (public/sw.js): installable + fast repeat loads without
  faking offline. NEVER touches /api or /share (always live); navigations
  network-first with an app-shell fallback; hashed assets cache-first. Registered
  from main.tsx in production builds only (skips Vite dev/HMR).
- index.html: manifest link, apple-touch-icon, apple/mobile-web-app meta,
  viewport-fit=cover; vite-env.d.ts adds vite/client types.
- Phone polish (app.css): safe-area insets, 16px inputs (kills iOS focus-zoom),
  40px tap targets, bottom-sheet dialogs, 2-up stat cards — on top of the existing
  <900px drawer + scrolling tables.
typecheck + web build clean, web tests 4/4.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 days ago
..
apple-touch-icon.png feat(pwa/d25): installable PWA + phone polish 4 days ago
favicon.svg feat(hq-web): favicon, per-route tab titles, success-toast sweep 4 days ago
icon.svg feat(pwa/d25): installable PWA + phone polish 4 days ago
manifest.webmanifest feat(pwa/d25): installable PWA + phone polish 4 days ago
maskable-512.png feat(pwa/d25): installable PWA + phone polish 4 days ago
pwa-192.png feat(pwa/d25): installable PWA + phone polish 4 days ago
pwa-512.png feat(pwa/d25): installable PWA + phone polish 4 days ago
sw.js feat(pwa/d25): installable PWA + phone polish 4 days ago