noticeboard/frontend
jtricerolph 56da4c72b2 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:47 +00:00
..
public Replace letter icons with Lucide PWA icons 2026-07-11 20:30:06 +00:00
src Sync shared components — sidebar scrollbar, Layout, AuthGate updates 2026-07-14 12:07:11 +00:00
Dockerfile Fix API paths and make hotel name configurable 2026-07-01 17:55:36 +00:00
index.html Initial commit: noticeboard 2026-07-01 12:09:54 +00:00
nginx.conf Make noticeboard installable as a PWA 2026-07-11 11:27:00 +00:00
package-lock.json Make noticeboard installable as a PWA 2026-07-11 11:27:00 +00:00
package.json Make noticeboard installable as a PWA 2026-07-11 11:27:00 +00:00
tsconfig.json Initial commit: noticeboard 2026-07-01 12:09:54 +00:00
vite.config.ts Fix PWA manifest scope to / per install-architecture doc 2026-07-24 17:06:47 +00:00