BillTracker/client/components
null b03264ceb1 feat: zero-config encryption + SimpleFIN Bridge links
- encryptionService.js: getKey() tries TOKEN_ENCRYPTION_KEY env first, then
  auto-generates a random 48-byte key on first startup, persists to settings
  as _auto_encryption_key. assertEncryptionReady() is now a no-op.
- bankSyncConfigService.js: removed encryption_key_set response and
  encryptionKeyReady() helper. No env config required.
- .env.example: TOKEN_ENCRYPTION_KEY removed. Comment says enable from Admin
  panel, no env config required.
- BankSyncSection.jsx: added SimpleFIN Bridge links — 'Open SimpleFIN Bridge'
  for first-time setup, 'Get a SimpleFIN token' for existing connections
2026-05-29 00:04:28 -05:00
..
admin feat: auto-sync worker for SimpleFIN bank sync 2026-05-28 22:32:33 -05:00
data feat: zero-config encryption + SimpleFIN Bridge links 2026-05-29 00:04:28 -05:00
layout feat: hybrid subscription tracker 2026-05-28 22:54:07 -05:00
tracker refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
ui style: stronger late/missed payment visibility 2026-05-28 23:42:46 -05:00
BillModal.jsx feat: hybrid subscription tracker 2026-05-28 22:54:07 -05:00
BillsTableInner.jsx style: global readability/theme pass 2026-05-28 23:18:14 -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 style: global readability/theme pass 2026-05-28 23:18:14 -05:00
MobileTrackerRow.jsx style: AP badge next to bill name instead of blue dot 2026-05-28 23:50:03 -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 style: stronger late/missed payment visibility 2026-05-28 23:42:46 -05:00
SummaryCard.jsx style: global readability/theme pass 2026-05-28 23:18:14 -05:00