Rename operator view to gameday

This commit is contained in:
Codex
2026-04-22 16:10:40 -05:00
parent 25765084c3
commit 3bf3950899
11 changed files with 103 additions and 103 deletions

View File

@@ -14,7 +14,7 @@ Walkup is a baseball walk-up song app with a React PWA frontend and a FastAPI ba
- `frontend/` contains the React application.
- The app uses React Router for navigation and TanStack Query for server state.
- TeamSnap data is loaded through the official JavaScript SDK from the browser after the backend provides an access token.
- The UI includes player, operator, and library views for clip management and gameday playback.
- The UI includes player, gameday, and library views for clip management and gameday playback.
- The app is shipped as a PWA with install and offline-prep behavior.
## Backend