280 Commits (28c114a2c7de12d0caf025a92df1d5ca153a8652)

Author SHA1 Message Date
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 weeks ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 weeks ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 weeks ago
Trent Larson 3c0bdeaed3 remove debugging console statements 2 weeks ago
Trent Larson 11f2527b04 start adding the SQL approach to files, also using the Dexie approach if desired 2 weeks ago
Trent Larson 92dadba1cb rename the absurd-sql-specific items for clarity 2 weeks ago
Trent Larson 3a6f585de0 adjust so DB calls go to the factory 2 weeks ago
Matt Raymer ee441d1aea refactor(db): improve type safety in migration system 2 weeks ago
Trent Larson 5f24f4975d fix linting 2 weeks ago
Trent Larson e254837951 tweak messages & commentary 2 weeks ago
Trent Larson 0f56b659c1 adjust privacy notice with the name 2 weeks ago
Trent Larson a8bfcb720a adjust the messaging for setting one's name 2 weeks ago
Trent Larson c23e30c431 remove duplicate prompt to get registered 2 weeks ago
Trent Larson 1129a13e20 add more error handling and messaging when there are bad DB errors 2 weeks ago
Trent Larson 5b6c59c232 show an error if the import goes badly 2 weeks ago
Trent Larson 37b7c4ed36 various instructions (and their timeouts) 3 weeks ago
Matt Raymer a86e577127 style: improve code formatting and readability 3 weeks ago
Jose Olarte III d14635c44d UI tweaks 4 weeks ago
Matt Raymer eb5c9565a6 fix: remove duplicate Advanced heading and improve UX 4 weeks ago
Matthew Raymer ea108b754e feat(accessibility): enhance AccountViewView and document test suite 4 weeks ago
Matt Raymer e4155e1a20 feat(ui): disable all photo upload actions for unregistered users 4 weeks ago
Matthew Raymer 94bd649003 refactor: improve camera controls and modularize data export 2 months ago
Trent Larson b58d510f24 make Advanced links explicit and use "project" instead of "idea" in project page 2 months ago
Trent Larson 189bfabcf8 add LogView for those cases where the log download doesn't work 3 months ago
Trent Larson e3ac5fe9fe fix references to partner API server 3 months ago
Jose Olarte III 312b4aaaa3 Padding adjustments 3 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 3 months ago
Matthew Raymer 3b4f4dc125 style: reorder v-model and v-bind directives 3 months ago
Matthew Raymer f6802cd160 refactor: improve router type safety and usage 3 months ago
Matthew Raymer c708716675 refactor: migrate interfaces to dedicated directory 4 months ago
Matthew Raymer 3b7a872ae1 refactor: update nostr-tools imports for better tree shaking 4 months ago
Matthew Raymer a8e15804a6 WIP: certificate view and dependency updates 4 months ago
Trent Larson c9c3cacfbd fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user) 4 months ago
Trent Larson 0576fc4187 fix a jump on user profile map move & recenter 5 months ago
Trent Larson aec530f5a8 fix build and auto-test issues 5 months ago
Trent Larson 5763fe4e49 add page for user profile view and update endpoints; rename any "rowid" to "rowId" 5 months ago
Trent Larson f3f8aeefc3 add discovery of people's profiles, and update profile endpoints for latest server version 5 months ago
Trent Larson 8eb8b746d7 add map and location for user profile 5 months ago
Trent Larson 0e52f4806f fix linting 5 months ago
Trent Larson 7c90cf908a save a profile blurb 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. 5 months ago
Trent Larson f405e7d02f make notification errors go away automatically 5 months ago
Trent Larson c98859fc7e add more debug information on errors caught from server 5 months ago
Trent Larson 0a314934b8 add invite-one-accept screen dedicated to accepting invitations 6 months ago
Trent Larson 6ffbcfa9a1 catch more errors if something catastrophic happens to encrypted data 6 months ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 6 months ago
Trent Larson 7777fa202b finish separation of daily reminder message, bump version to 0.3.34 7 months ago
Trent Larson 8735fe44db change the notification detection to our own variables, and save the selected time 7 months ago
Trent Larson 2a652d2079 make the import selection more obvious, plus other verbiage 7 months ago
Trent Larson 75fb4da42d move push notification setup out of an App.vue Notification and into a component 7 months ago