63 Commits (f34c567ab4275bb34f5a67c8062a3cf83adb54d3)

Author SHA1 Message Date
Trent Larson fa8956fb38 chore: explicitly share error message used for logic 2 weeks ago
Jose Olarte III 1499211018 refactor: simplify duplicate account error detection 2 weeks ago
Jose Olarte III 25e37cc415 refactor: consolidate duplicate account checking logic into unified utility 2 weeks ago
Jose Olarte III c4f2bb5e3a refactor: move duplicate account import warnings to notification constants 3 weeks ago
Jose Olarte III f51408e32a feat: add duplicate account import prevention 3 weeks ago
Matthew Raymer 379056aae1 feat(typescript): resolve Priority 2 type safety issues across components 1 month ago
Matthew Raymer c628c78565 chore: clean up console logs 2 months ago
Matthew Raymer 9c3d2792ae refactor: extract test user data and improve "New offers" test flow 2 months ago
Matthew Raymer d8686ab562 Fix unused variables and formatting from console.log cleanup 2 months ago
Matthew Raymer cdc4758a3a Fix unused variables and formatting from console.log cleanup 2 months ago
Matthew Raymer ebf7743862 Remove DEBUG console.log statements across codebase 2 months ago
Matthew Raymer 89001dcd5e Remove DEBUG console.log statements across codebase 2 months ago
Matthew Raymer 49e57c3911 WIP: Add Create Meeting button for registered users with no meetings 2 months ago
Matthew Raymer 72c087e40a WIP: Add Create Meeting button for registered users with no meetings 2 months ago
Matthew Raymer e925b4c6a8 Complete ProjectsView.vue Triple Migration Pattern with literal extraction 2 months ago
Matthew Raymer d8fbed3873 Complete ProjectsView.vue Triple Migration Pattern with literal extraction 2 months ago
Matthew Raymer f3bddace4b Mark UserProfileView.vue as human tested, update migration tracker 2 months ago
Matthew Raymer 11e11cda26 Mark UserProfileView.vue as human tested, update migration tracker 2 months ago
Matthew Raymer daed0a97c9 WIP: restore database migration system and improve error handling 3 months ago
Matthew Raymer ebc241eba0 WIP: restore database migration system and improve error handling 3 months ago
Trent Larson da0b244bae IndexedDB migration: implement the migrations differently 3 months ago
Trent Larson 37f2ba1382 IndexedDB migration: implement the migrations differently 3 months ago
Matthew Raymer f375a4e11a feat: move database migration link from account view to start view 3 months ago
Matthew Raymer 51ce2bae9c feat: move database migration link from account view to start view 3 months ago
Trent Larson dcd0cc4c20 fix import for derived accounts and hopefully make other account-access code more robust 3 months ago
Trent Larson 26951cc472 fix import for derived accounts and hopefully make other account-access code more robust 3 months ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 4 months ago
Matthew Raymer 473a115841 WIP: BROKEN FOR ELECTRON: Fixes in progress 4 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 4 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 4 months ago
Trent Larson b58d510f24 make Advanced links explicit and use "project" instead of "idea" in project page 6 months ago
Trent Larson ef2c94320d make Advanced links explicit and use "project" instead of "idea" in project page 6 months ago
Matthew Raymer c9536dd643 refactor: Replace console logging with logger utility 6 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 6 months ago
Matthew Raymer 3dbb836ae5 style: reorder v-model and v-bind directives 7 months ago
Matthew Raymer 3b4f4dc125 style: reorder v-model and v-bind directives 7 months ago
Matthew Raymer 03178d35e7 refactor: improve router type safety and usage 7 months ago
Matthew Raymer f6802cd160 refactor: improve router type safety and usage 7 months ago
Matthew Raymer 79ef59c5a9 refactor: migrate interfaces to dedicated directory 7 months ago
Matthew Raymer c708716675 refactor: migrate interfaces to dedicated directory 7 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. 8 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. 8 months ago
Trent Larson f405e7d02f make notification errors go away automatically 8 months ago
Trent Larson 2c0b927080 make notification errors go away automatically 8 months ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 9 months ago
Trent Larson 251649e6fe switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 9 months ago
Trent Larson a1c1c9f805 add way to quickly import test data when on a test instance 10 months ago
Trent Larson a1b70db370 add way to quickly import test data when on a test instance 10 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