Commit graph

2 commits

Author SHA1 Message Date
59badcbfe8 feat(01-14): implement More tab with templates, blind editor, wizard, settings, audit
- TemplateManager with LEGO-style building block composition (5 block types)
- BlindStructureEditor with full level fields, mixed game, reorder, add/delete
- StructureWizard generates structures from player count, chips, duration params
- More page with navigable menu to all sub-pages (admin-gated operators section)
- Templates page with DataTable list, create/edit/duplicate/delete actions
- Structures page with DataTable list, wizard integration, and editor
- Settings page with venue config, currency, receipts, theme toggle (Mocha/Latte)
- Audit log page with filterable DataTable, detail panel, and undo capability

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:26:12 +01:00
7f91301efa feat(01-13): layout shell with header, tabs, FAB, toast, data table
- Persistent header: clock countdown, level, blinds, player count (red pulse <10s, PAUSED/BREAK badges)
- Bottom tab bar (mobile): Overview, Players, Tables, Financials, More with 48px touch targets
- Desktop sidebar (>=768px): vertical nav replacing bottom tabs
- FAB: expandable quick actions (Bust, Buy In, Rebuy, Add-On, Pause/Resume) with backdrop
- Toast notification system: success/info/warning/error with auto-dismiss and stacking
- DataTable: sortable columns, sticky header, search/filter, mobile swipe actions, skeleton loading
- Multi-tournament tabs: horizontal scrollable selector when 2+ tournaments active
- Loading components: spinner (sm/md/lg), skeleton rows, full-page overlay
- Root layout: auth guard, responsive shell (mobile bottom tabs / desktop sidebar)
- Route pages: overview, players, tables, financials, more with placeholder content

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:13:17 +01:00