room-planner/frontend
jtricerolph 2dbd490c1c Fix session-expiry redirect breaking standalone PWA out of its shell
Same fix as maintenance/reports: manifest scope was the app's own
base path instead of "/", and AuthGate unconditionally hard-navigated
window.top to the central /login on session expiry even when not
embedded in the portal iframe — together these dropped an installed/
standalone room-planner PWA into the portal's framed browser view
instead of staying in its own window.

AuthGate now only bounces to central login when actually embedded
(passing ?from= so it returns here afterwards); standalone or
directly-opened tabs get an in-app login form and never navigate
away. Also wired up the previously-dead inactivity auto-logout timer.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-24 17:07:02 +00:00
..
public/icons Replace letter icons with Lucide PWA icons 2026-07-11 20:30:08 +00:00
src Fix session-expiry redirect breaking standalone PWA out of its shell 2026-07-24 17:07:02 +00:00
Dockerfile fix: serve frontend via root + slug subdir, not alias — assets 404/fallback 2026-07-03 16:32:45 +00:00
index.html fix: correct index.html script src — Vite prepends base path, don't include it manually 2026-07-03 13:15:30 +00:00
nginx.conf Make room-planner installable as a PWA 2026-07-11 11:27:00 +00:00
package-lock.json Make room-planner installable as a PWA 2026-07-11 11:27:00 +00:00
package.json Make room-planner installable as a PWA 2026-07-11 11:27:00 +00:00
tsconfig.json feat: add room-planner app — 3-day HK room view with NewBook integration 2026-07-03 13:07:00 +00:00
vite.config.ts Fix session-expiry redirect breaking standalone PWA out of its shell 2026-07-24 17:07:02 +00:00