12 Commits (59d711bd907a5915a4ad82a002bd48c830372862)

Author SHA1 Message Date
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 weeks ago
Trent Larson 0bfc18c385 add encryption & decryption for the sensitive identity & mnemonic in SQL DB 2 weeks ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 6 months ago
trentlarson 4cb434fd5d passkey test (#116) 12 months 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