12 Commits (987f9217de47200bc4e675aa4f5c400530acdd9b)

Author SHA1 Message Date
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Trent Larson fe77dbdcdd add encryption & decryption for the sensitive identity & mnemonic in SQL DB 2 months ago
Trent Larson 251649e6fe switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 8 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