14 Commits (64e78fdbcebc885ffd3e9a5bdf76452ab440f40b)

Author SHA1 Message Date
Matthew Raymer 64e78fdbce Finalize Dexie-to-SQLite migration prep: docs, circular dep removal, SQL helpers, tests 2 months ago
Matthew Raymer ebc241eba0 WIP: restore database migration system and improve error handling 2 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 3 months ago
Trent Larson fe77dbdcdd add encryption & decryption for the sensitive identity & mnemonic in SQL DB 3 months ago
Trent Larson 251649e6fe switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 9 months ago
trentlarson 4cb434fd5d passkey test (#116) 1 year ago
Matthew Raymer 31d13b9143 Refactoring for cleanup 2 years ago
Trent Larson 07e7a70d56 in feed: add token for authorized request, plus better descriptions 2 years ago
Trent Larson 6c05d3105f parameterize main identifier (to prepare the way for multiple) 2 years ago
Trent Larson 45b54db01e separate account from other data for backup/restore 2 years ago
Trent Larson b3cdcb010a change dateCreated to a string (from a Date object, which persists as a Date object) 2 years ago
Trent Larson 59d621efc1 add toggle for displaying give amounts for each contact 2 years ago
Trent Larson afc175e3e7 add settings table to store names (and other things soon) 2 years ago
Trent Larson cfeabf05a4 refactor DB organization (prepping for more tables) 2 years ago
Trent Larson 4fdfe2f824 feat: add contacts DB & page 2 years ago
Matthew Aaron Raymer 607230b51c Cleaned up old Dexie class. Added mnemonic and dateCreated columns. 3 years ago
Matthew Aaron Raymer 9232afb5af In transition ... experimenting 3 years ago