12 Commits (3f691ef88057265da8c0614801b3f25add91cc95)

Author SHA1 Message Date
Matthew Raymer c9536dd643 refactor: Replace console logging with logger utility 7 months ago
Matthew Raymer 3dbb836ae5 style: reorder v-model and v-bind directives 8 months ago
Matthew Raymer 03178d35e7 refactor: improve router type safety and usage 8 months ago
Matthew Raymer 79ef59c5a9 refactor: migrate interfaces to dedicated directory 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. 9 months ago
Trent Larson af197f7c11 catch more errors if something catastrophic happens to encrypted data 10 months ago
Trent Larson 251649e6fe switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 10 months ago
Trent Larson 1b87bda471 change default reminder message; show people & unnamed icons blue for clickable 11 months ago
Trent Larson 2758af6e6e finish separation of daily reminder message, bump version to 0.3.34 11 months ago
Trent Larson 15e09c2d81 change the notification detection to our own variables, and save the selected time 11 months ago
Trent Larson 5fa2f3eef6 make the import selection more obvious, plus other verbiage 11 months ago
Trent Larson 73df9f374a move push notification setup out of an App.vue Notification and into a component 11 months ago