55 Commits (de90c242a862b14fd4b8c52a5e51366331770f44)

Author SHA1 Message Date
Matthew Raymer d8686ab562 Fix unused variables and formatting from console.log cleanup 3 weeks ago
Matthew Raymer ebf7743862 Remove DEBUG console.log statements across codebase 3 weeks ago
Matthew Raymer 49e57c3911 WIP: Add Create Meeting button for registered users with no meetings 3 weeks ago
Matthew Raymer e925b4c6a8 Complete ProjectsView.vue Triple Migration Pattern with literal extraction 3 weeks ago
Matthew Raymer f3bddace4b Mark UserProfileView.vue as human tested, update migration tracker 3 weeks ago
Matthew Raymer daed0a97c9 WIP: restore database migration system and improve error handling 1 month ago
Trent Larson da0b244bae IndexedDB migration: implement the migrations differently 1 month ago
Matthew Raymer f375a4e11a feat: move database migration link from account view to start view 1 month ago
Trent Larson dcd0cc4c20 fix import for derived accounts and hopefully make other account-access code more robust 2 months ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 2 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Trent Larson b58d510f24 make Advanced links explicit and use "project" instead of "idea" in project page 4 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 5 months ago
Matthew Raymer 3b4f4dc125 style: reorder v-model and v-bind directives 5 months ago
Matthew Raymer f6802cd160 refactor: improve router type safety and usage 5 months ago
Matthew Raymer c708716675 refactor: migrate interfaces to dedicated directory 5 months ago
Matthew Raymer be8ba12df6 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 f405e7d02f make notification errors go away automatically 7 months ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 8 months ago
Trent Larson a1c1c9f805 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