BillTracker/client/components
null 71dfbe36cc refactor: component splits, PWA support, CommandPalette
Component Splits:
  - AdminPage.jsx: 1,906 -> 82 lines (logic moved to client/components/admin/ — 9 files)
  - DataPage.jsx: 3,132 -> 60 lines (logic moved to client/components/data/ — 8 files)
  - TrackerPage.jsx: 2,566 -> 2,132 lines (MonthlyStateDialog, StartingAmountsEditDialog, PaymentModal)

PWA:
  - vite-plugin-pwa installed with NetworkFirst caching for API routes
  - Square PWA icons (192x192, 512x512, apple-touch-icon)
  - theme-color, apple meta tags, touch icon in index.html
  - Build generates dist/sw.js + Workbox runtime

CommandPalette:
  - Navigation commands, Add bill action, month jumps
  - Grouped results with empty/filtered states
2026-05-28 20:53:22 -05:00
..
admin refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
data refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
layout dark theme 2026-05-28 19:58:01 -05:00
tracker refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
ui v0.28.0 2026-05-15 22:45:38 -05:00
BillModal.jsx push 2026-05-18 09:44:16 -05:00
BillsTableInner.jsx v0.28.0 2026-05-16 15:38:28 -05:00
CommandPalette.jsx refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
ErrorBoundary.jsx v0.19.2: add React Error Boundaries for crash recovery 2026-05-09 18:33:02 -05:00
MarkdownText.jsx initial commit 2026-05-03 19:51:57 -05:00
MobileBillRow.jsx v0.28.0 2026-05-16 15:38:28 -05:00
MobileTrackerRow.jsx chore: bump version to v0.28.4.4 2026-05-28 20:14:00 -05:00
PageLoader.jsx v0.20.1: code splitting, version badge on roadmap, roadmap nav link 2026-05-09 22:01:19 -05:00
ReleaseNotesDialog.jsx v0.28.0 2026-05-15 22:45:38 -05:00
StatusBadge.jsx dark theme 2026-05-28 19:40:55 -05:00
SummaryCard.jsx dark theme 2026-05-28 19:58:01 -05:00