felt/frontend
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
..
build feat(01-13): layout shell with header, tabs, FAB, toast, data table 2026-03-01 04:13:17 +01:00
src feat(01-11): implement Financials tab with prize pool, bubble prize, and chop/deal 2026-03-01 08:23:27 +01:00
static feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00
.gitignore feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00
embed.go feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
package-lock.json feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00
package.json feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00
svelte.config.js feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00
tsconfig.json feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00
vite.config.ts feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00