BillTracker/client
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
..
components feat: zero-config encryption + SimpleFIN Bridge links 2026-05-29 00:04:28 -05:00
contexts theme correctness 2026-05-28 01:30:40 -05:00
hooks v0.27.02 push 2026-05-14 21:00:07 -05:00
lib v0.28.0 2026-05-16 15:38:28 -05:00
pages style: AP badge next to bill name instead of blue dot 2026-05-28 23:50:03 -05:00
public/img refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
App.jsx feat: hybrid subscription tracker 2026-05-28 22:54:07 -05:00
api.js feat: hybrid subscription tracker 2026-05-28 22:54:07 -05:00
index.css style: global readability/theme pass 2026-05-28 23:18:14 -05:00
main.jsx v0.24.3: Session fixes, activity log corrections, UI polish 2026-05-11 13:39:48 -05:00