Refine gameday bootstrap layout

This commit is contained in:
Codex
2026-04-22 17:08:02 -05:00
parent 3bf3950899
commit 72360cc4dd
11 changed files with 58 additions and 467 deletions

View File

@@ -7,7 +7,7 @@ Walkup is a baseball walk-up song app with a React PWA frontend and a FastAPI ba
- The frontend runs as a browser app and PWA.
- The backend owns authentication, persisted app data, and media processing.
- TeamSnap is the source of truth for teams, members, events, lineups, and availability.
- The backend stores only app-owned data plus TeamSnap external IDs and tokens needed for the session flow.
- The backend stores only app-owned data plus TeamSnap external IDs and tokens needed for the auth flow.
## Frontend