mirror of
https://github.com/kbenestad/ClubLedger.git
synced 2026-06-18 09:44:33 +00:00
The login overlay lacked the `hidden` class by default, so on every page load it was visible and blocking the app. On fresh load with a valid session, boot() skips showLogin() (no submit handler added), leaving the overlay covering the screen with a non-functional form. Adding `hidden` to the HTML and explicitly hiding the overlay in startApp() fixes both paths. https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7 |
||
|---|---|---|
| .. | ||
| app.js | ||
| bar.html | ||
| bar.js | ||
| cashier.html | ||
| cashier.js | ||
| common.js | ||
| index.html | ||
| style.css | ||