14 Commits (daed0a97c9e06338e9a9cfdd885b8d110a92fd37)

Author SHA1 Message Date
Matthew Raymer daed0a97c9 WIP: restore database migration system and improve error handling 2 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 3 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 6 months ago
Matthew Raymer 3b4f4dc125 style: reorder v-model and v-bind directives 6 months ago
Matthew Raymer f6802cd160 refactor: improve router type safety and usage 6 months ago
Matthew Raymer c708716675 refactor: migrate interfaces to dedicated directory 6 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
Trent Larson 6ffbcfa9a1 catch more errors if something catastrophic happens to encrypted data 9 months ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 9 months ago
Trent Larson 60f066bda0 change default reminder message; show people & unnamed icons blue for clickable 9 months ago
Trent Larson 7777fa202b finish separation of daily reminder message, bump version to 0.3.34 9 months ago
Trent Larson 8735fe44db change the notification detection to our own variables, and save the selected time 9 months ago
Trent Larson 2a652d2079 make the import selection more obvious, plus other verbiage 9 months ago
Trent Larson 75fb4da42d move push notification setup out of an App.vue Notification and into a component 9 months ago