51 Commits (1eb14ca3791d4c10cc4aca0ba8d38f3a05dd178d)

Author SHA1 Message Date
Matthew Raymer 89001dcd5e Remove DEBUG console.log statements across codebase 3 weeks ago
Matthew Raymer 72c087e40a WIP: Add Create Meeting button for registered users with no meetings 3 weeks ago
Matthew Raymer 745830e150 Remove contact caching and add contact method standardization to migration template 3 weeks ago
Matthew Raymer 703d98cc77 Fix SQL abstraction in SharedPhotoView.vue 3 weeks ago
Matthew Raymer ea851a7dfd Complete DIDView.vue triple migration and refactor template handlers 3 weeks ago
Matthew Raymer dd22e1b884 refactor: standardize notification usage and document best practices 3 weeks ago
Matthew Raymer 8d5e4ddbfb refactor: standardize notify helper usage and document migration workflow 3 weeks ago
Matthew Raymer 86fd73051a Fix UserNameDialog open error and add defensive ref check 3 weeks ago
Matthew Raymer 64e78fdbce Finalize Dexie-to-SQLite migration prep: docs, circular dep removal, SQL helpers, tests 3 weeks ago
Matthew Raymer 72041f29e1 Migrate LogView.vue to PlatformServiceMixin with architectural compliance 3 weeks ago
Matthew Raymer b65ac693be fix(mixin): access platformService as property, not function, in PlatformServiceMixin 3 weeks ago
Matthew Raymer f901b6b751 Refactor notification usage and apply TypeScript/lint improvements 3 weeks ago
Matthew Raymer 08c2113504 Add notification utility helpers and update PlatformServiceMixin 3 weeks ago
Matthew Raymer bbdb962d4d Refactor ClaimView.vue: remove inline template logic, improve types, and centralize logic 3 weeks ago
Matthew Raymer 8feb2e6074 Remove debug logging from generateAndRegisterEthrUser test utility 3 weeks ago
Matthew Raymer f92d81800b Fix database undefined values causing SQL.js binding errors 3 weeks ago
Matthew Raymer d823d1ad37 Fix CORS restrictions and development server configuration 3 weeks ago
Matthew Raymer 274368e6c5 chore: resolve all TypeScript lint warnings in PlatformServiceMixin 4 weeks ago
Matthew Raymer aea5837c57 refactor: add strict types to PlatformServiceMixin interfaces 4 weeks ago
Matthew Raymer 20d389a721 refactor: improve type safety in PlatformServiceMixin with database and cache improvements 4 weeks ago
Matthew Raymer f042cb57cd refactor: improve cache system typing in PlatformServiceMixin 4 weeks ago
Matthew Raymer 72b9d31da9 refactor: add strict typing to core database methods in PlatformServiceMixin 4 weeks ago
Matthew Raymer a0f5af8bc1 fix: resolve SVG loading error and improve TypeScript typing 4 weeks ago
Matthew Raymer a558e2abc3 Fix circular dependency in logging during initialization 4 weeks ago
Matthew Raymer 3d7d663f64 Replace console statements with structured logger calls 4 weeks ago
Matthew Raymer b377667207 Clean up console logging and fix platform detection issues 4 weeks ago
Matthew Raymer 292aceee75 # Commit Message for SharedArrayBuffer Platform Exclusion 4 weeks ago
Matthew Raymer 03e14371f6 Remove unused usePlatformService composable and document mixin architecture 4 weeks ago
Matthew Raymer f4d2923916 Implement smart caching layer in PlatformServiceMixin v4.0.0 4 weeks ago
Matthew Raymer 07256393ba Add smart caching layer and settings shortcuts to PlatformServiceMixin 4 weeks ago
Matthew Raymer 80b41271af Add ultra-concise database methods to PlatformServiceMixin 4 weeks ago
Matthew Raymer 7b9e550780 Enhance PlatformServiceMixin with utility methods and apply to TopMessage 4 weeks ago
Matthew Raymer b37f1d1d84 Fix Vue property conflicts in PlatformServiceMixin implementation 4 weeks ago
Matthew Raymer 7b1f891c63 Fix worker-only database architecture and Vue Proxy serialization 4 weeks ago
Trent Larson e5e07faf2a remove debugging info messages (change to debug if we want these -- and tell us how to turn off debug locally) 1 month ago
Trent Larson c1eb242616 add first cut at deep-link redirecting, with one example contact-import that works on mobile 1 month ago
Trent Larson 9741b6a3e6 fix linting 2 months ago
Trent Larson c7c7b050af fix more logging cleanup errors 2 months ago
Matthew Raymer 473a115841 WIP: BROKEN FOR ELECTRON: Fixes in progress 2 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Matthew Raymer dac7705003 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 months ago
Matt Raymer 152499a34f refactor: improve type safety and browser compatibility - Replace any types with SqlValue[] in migration system - Add browser-compatible implementations of Node.js modules (crypto, fs, path) - Update Vite config to handle Node.js module polyfills - Remove outdated migration documentation files 2 months ago
Matthew Raymer bfe46f8789 refactor(electron): improve build process and configuration 3 months ago
Matt Raymer 254f14dc72 refactor: replace console.log with logger utility 3 months ago
Matt Raymer 9ff385a414 fix(qr-scanner): robustly handle array/object detection results and guarantee dialog dismissal 3 months ago
Matthew Raymer 67cf77a6fb refactor(qr): improve QR scanner robustness and lifecycle management 3 months ago
Matthew Raymer a4d184b1c6 refactor(qr): improve QR code scanning robustness and error handling 3 months ago
Matthew Raymer 8c616dad1f WIP: Fix Android file writing permissions and path handling 4 months ago
Matthew Raymer a3f7e0e12f feat(android): implement file picker for data export 4 months ago
Trent Larson 6301992332 add some logging to the DB (especially for iOS app feed debugging) 4 months ago