cashup/frontend
jtricerolph 1309ab5719 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:42 +00:00
..
public/icons Replace letter icons with Lucide PWA icons 2026-07-11 20:30:05 +00:00
src Fix logout (add missing nginx auth proxy) + show name/email in sidebar footer 2026-07-22 11:09:59 +00:00
Dockerfile Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
index.html Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
nginx.conf Fix logout (add missing nginx auth proxy) + show name/email in sidebar footer 2026-07-22 11:09:59 +00:00
package-lock.json Make cashup installable as a PWA 2026-07-11 10:54:50 +00:00
package.json Make cashup installable as a PWA 2026-07-11 10:54:50 +00:00
tsconfig.json Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
vite.config.ts Fix PWA manifest scope to / per install-architecture doc 2026-07-24 17:06:42 +00:00