Felt - Go/Svelte project
Find a file
Mikkel Georgsen 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
.planning docs(01-11): complete Overview + Clock + Financials Views plan 2026-03-01 08:25:49 +01:00
cmd/leaf feat(01-04): add clock warnings, API routes, tests, and server wiring 2026-03-01 03:56:23 +01:00
docs Initial docs/project description including financial models 2026-02-28 15:37:21 +01:00
frontend feat(01-14): implement More tab with templates, blind editor, wizard, settings, audit 2026-03-01 08:26:12 +01:00
internal fix(tests): use per-test in-memory DB to prevent shared state conflicts 2026-03-01 08:16:50 +01:00
.gitignore feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
go.mod feat(01-07): implement player CRUD, search, merge, CSV import, QR codes 2026-03-01 04:32:13 +01:00
go.sum feat(01-07): implement player CRUD, search, merge, CSV import, QR codes 2026-03-01 04:32:13 +01:00
Makefile feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00