Felt - Go/Svelte project
Find a file
Mikkel Georgsen 5e18bbe3ed feat(01-11): implement Financials tab with prize pool, bubble prize, and chop/deal
- PrizePoolCard: collapsible breakdown (entries, rebuys, add-ons,
  re-entries, rake, season reserve, net prize pool), guarantee indicator
- TransactionList: DataTable-based with type filter chips, search,
  swipe-to-undo action, row click for receipt view
- BubblePrize: prominent button, amount input pre-filled with buy-in,
  preview redistribution for top positions, confirm flow
- DealFlow: 5 deal types (ICM, chip chop, even chop, custom, partial),
  multi-step wizard (select type > input > review proposal > confirm),
  info message about prize/league independence
- Financials page: assembles prize pool card, payout preview table,
  bubble prize button, deal/chop button, transaction list
- Fixed Svelte template unicode escapes (use HTML entities in templates)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:23:27 +01:00
.planning docs(01-09): complete Tournament Lifecycle + Multi-Tournament + Chop/Deal plan 2026-03-01 08:14:00 +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-11): implement Financials tab with prize pool, bubble prize, and chop/deal 2026-03-01 08:23:27 +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