Commit Graph

3 Commits

Author SHA1 Message Date
1f766846b0 Add playoff round support to cost estimator
- Introduced `PlayoffRound` model with cost inputs for games, umpires, balls, and fields.
- Added UI to manage multiple playoff rounds, each with configurable fields.
- Extended cost computations to include playoff-specific totals for umpires, balls, and fields.
- Updated import/export logic to handle a new save file version (v2) including playoff data.
- Implemented `localStorage` auto-save/load for persistence across sessions.
2026-01-06 20:40:52 -06:00
58bf32379f Add Docker support and update Vite config for container dev
- Add Dockerfile for Node-based Vite dev server setup
- Add empty docker-compose.yml as placeholder
- Set Vite to listen on 0.0.0.0 and strict port 5173 in config
2025-08-21 17:16:18 -05:00
7e8827136d initial commit 2025-08-21 13:07:31 -05:00