felt/frontend
Mikkel Georgsen e7da206d32 feat(01-11): implement Overview tab with clock display and activity feed
- ClockDisplay: large countdown timer with MM:SS, break/pause overlays,
  hand-for-hand badge, urgent pulse in final 10s, next level preview,
  chip-up indicator, BB ante support
- BlindInfo: time-to-break countdown, break-ends-in when on break
- ActivityFeed: recent actions with type icons/colors, relative timestamps,
  slide-in animation, view-all link
- Overview page: assembles all components in CONTEXT.md priority order
  (clock > break > players > balance > financials > activity)
- Extended ClockSnapshot type with bb_ante, game_type, hand_for_hand,
  next level info, chip_up_denomination
- Extended FinancialSummary with detailed breakdown fields
- Added Transaction, DealProposal, DealPlayerEntry types
- Added derived properties: bustedPlayers, averageStack, totalChips
- Added transaction WS message handling

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:18:46 +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 Overview tab with clock display and activity feed 2026-03-01 08:18:46 +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