You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew Raymer
15874d31ef
Complete DIDView.vue triple migration and refactor template handlers
- Fix DIDView.vue notification migration: add missing NOTIFY_SERVER_ACCESS_ERROR and NOTIFY_NO_IDENTITY_ERROR imports
- Refactor 5 inline template handlers to proper class methods (goBack, toggleDidDetails, showLargeProfileImage, showLargeIdenticon, hideLargeImage)
- Update notification validation script to exclude createNotifyHelpers initialization patterns
- DIDView.vue now fully compliant: database migration + SQL abstraction + notification migration complete
Improves code organization, testability, and follows Vue.js best practices for template/class separation. All linting passes without errors.
|
13 hours ago |
.. |
assets
|
feat: implement single-step migration with proper foreign key order
|
3 weeks ago |
components
|
Fix HomeView notification migration to use proper constants pattern
|
14 hours ago |
composables
|
Fix UserNameDialog open error and add defensive ref check
|
1 day ago |
constants
|
Complete DIDView.vue triple migration and refactor template handlers
|
13 hours ago |
db
|
Finalize Dexie-to-SQLite migration prep: docs, circular dep removal, SQL helpers, tests
|
1 day ago |
db-sql
|
fix: Resolve infinite SQLite logging loop blocking Electron startup
|
7 days ago |
interfaces
|
Refactor notification usage and apply TypeScript/lint improvements
|
2 days ago |
libs
|
Merge branch 'gifting-periphery-improvements' into build-improvement
|
3 days ago |
router
|
feat: Add database migration tools and fix Electron integration
|
7 days ago |
services
|
Fix UserNameDialog open error and add defensive ref check
|
1 day ago |
test
|
Finalize Dexie-to-SQLite migration prep: docs, circular dep removal, SQL helpers, tests
|
1 day ago |
types
|
feat: implement secure IPC-based file export for Electron
|
2 days ago |
utils
|
Complete DIDView.vue triple migration and refactor template handlers
|
13 hours ago |
views
|
Complete DIDView.vue triple migration and refactor template handlers
|
13 hours ago |
App.vue
|
Refactor ClaimView.vue: remove inline template logic, improve types, and centralize logic
|
2 days ago |
env.d.ts
|
chore: cleanup and test
|
3 months ago |
main.capacitor.ts
|
add first cut at deep-link redirecting, with one example contact-import that works on mobile
|
3 weeks ago |
main.common.ts
|
remove debugging info messages (change to debug if we want these -- and tell us how to turn off debug locally)
|
2 weeks ago |
main.electron.ts
|
Replace console statements with structured logger calls
|
4 days ago |
main.web.ts
|
# Commit Message for SharedArrayBuffer Platform Exclusion
|
5 days ago |
registerSQLWorker.js
|
Fix circular dependency in logging during initialization
|
4 days ago |
registerServiceWorker.ts
|
WIP: add Electron platform configuration to Capacitor
|
2 weeks ago |
shims-vue.d.ts
|
init
|
3 years ago |
util.d.ts
|
fix linting
|
1 year ago |
vite-env.d.ts
|
add ability to edit a GiveAction
|
12 months ago |
vite.config.utils.js
|
docs: move build instructions from README to BUILDING.md
|
5 months ago |