rates/frontend
jtricerolph 83dbb1d85a Fix PWA manifest scope to / per install-architecture doc
Scope was set to the app's own base path, which breaks the installed
PWA out of standalone mode into a regular browser tab on any
same-origin navigation outside that path (e.g. the auth redirect).
scope: "/" keeps navigation inside the installed app's window.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-24 17:06:48 +00:00
..
public/icons Replace letter icons with Lucide PWA icons 2026-07-11 20:30:12 +00:00
src Add name, email and sign out button to sidebar footer 2026-07-22 11:10:06 +00:00
Dockerfile
index.html Force desktop viewport (width=1280) — info-heavy display not suited to responsive layout 2026-07-20 23:15:55 +00:00
nginx.conf Add bare /health location to nginx for management monitor compatibility 2026-07-13 17:07:35 +00:00
package-lock.json Make rates installable as a PWA 2026-07-11 11:27:00 +00:00
package.json Make rates installable as a PWA 2026-07-11 11:27:00 +00:00
tsconfig.json
vite.config.ts Fix PWA manifest scope to / per install-architecture doc 2026-07-24 17:06:48 +00:00