45 Commits (c06981a97de97f11418302f0db53e6592f131568)

Author SHA1 Message Date
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Trent Larson ef2c94320d make Advanced links explicit and use "project" instead of "idea" in project page 4 months ago
Matthew Raymer c9536dd643 refactor: Replace console logging with logger utility 5 months ago
Matthew Raymer 3dbb836ae5 style: reorder v-model and v-bind directives 5 months ago
Matthew Raymer 03178d35e7 refactor: improve router type safety and usage 5 months ago
Matthew Raymer 79ef59c5a9 refactor: migrate interfaces to dedicated directory 5 months ago
Matthew Raymer 8b77d2b573 Refatored vite.config to be a bit more streamlined before adding alternate build options. This did end up requiring me to remove @ from imports for some reason. Tests came out fine. 7 months ago
Trent Larson 2c0b927080 make notification errors go away automatically 7 months ago
Trent Larson 251649e6fe switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 8 months ago
Trent Larson a1b70db370 add way to quickly import test data when on a test instance 9 months ago
Trent Larson 59820a2f01 add more type casts 1 year ago
Trent Larson 5ad8a2d2ba await all of the db.settings updates 1 year ago
Trent Larson fccc4edb63 remove some 'uppercase' CSS markers 1 year ago
Jose Olarte III 5388e6052c Button width changes 1 year ago
Jose Olarte III b6e344a15e Propagated button improvements across views 1 year ago
Trent Larson 6aab1ff49d consolidate interface and remove copies of code 1 year ago
Trent Larson d7ef07c2e2 automatically create an identity on the first page (and other UI tweaks) 2 years ago
Trent Larson fa72d38d18 allow an agent to edit a project 2 years ago
Trent Larson a87179d127 change wording from "identity" to "identifier" in many places 2 years ago
Trent Larson cfa7466b94 show users when there's an error on the import page 2 years ago
Jose Olarte III 998a1d312f Set max screen content width 2 years ago
Trent Larson fa41fb3415 enhance documentation 2 years ago
Trent Larson afc48a5434 add IDs for puppeteer test script 2 years ago
Matthew Raymer fd43da93a5 A whole lot of cleaning going on 2 years ago
Trent Larson 0c05505c46 allow use of custom derivation path, and add way to increment derivation for existing 2 years ago
Matthew Raymer 754bced2a9 Considerable cleanup. I think I also found the issue from the other day with values not loading from settings. 2 years ago
Matthew Raymer e3f58bd593 Purge all vue-class-component with vue-facing-decorator. 2 years ago
Trent Larson 32351b07b7 prefer console.error messages for errors 2 years ago
Trent Larson 1279ff050c allow to switch between accounts 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 5f3861049e remove separate storage reference for account check 2 years ago
Trent Larson cfeabf05a4 refactor DB organization (prepping for more tables) 2 years ago
Matthew Aaron Raymer f5a2d71ed3 Added some elementary Vue constructs 3 years ago
Matthew Aaron Raymer 3687e5e282 Subject line: Added v-model for input box on seed input. 3 years ago
Matthew Aaron Raymer 65381e103c Flesh out a bit more of the import and also refactor the router 3 years ago
Matthew Aaron Raymer 07f763e167 Fixing import function 3 years ago
Matthew Aaron Raymer 3c843b2f16 Add a back-button action 3 years ago
Matthew Aaron Raymer 65d4efb936 Updates to add back buttons and known router paths 3 years ago
Matthew Aaron Raymer f28e2123b1 Resynching master branch 3 years ago
Matthew Aaron Raymer c1acee63bf Linted views 3 years ago
Matthew Aaron Raymer acbf1b062b TypeScript classes added 3 years ago
Matthew Aaron Raymer ff826a81f3 Add ImportAccountView 3 years ago