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
7a2f29dcd3
Replace notification literal strings with constants and add usage documentation
- Migrate remaining ContactsView.vue literal strings to centralized constants
- Add missing constants: NOTIFY_BLANK_INVITE, NOTIFY_REGISTRATION_ERROR_FALLBACK, etc.
- Create composite message functions: getRegisterPersonSuccessMessage(), getVisibilitySuccessMessage()
- Document all notification constants with usage locations in comments
- Fix scattered hardcoded notification messages preventing translation
- 0 linter errors, ContactsView.vue now fully notification-compliant
|
4 months ago |
| .. |
|
assets
|
feat: implement single-step migration with proper foreign key order
|
4 months ago |
|
components
|
Complete OnboardingDialog.vue Enhanced Triple Migration Pattern (3.5 minutes)
|
4 months ago |
|
composables
|
Fix UserNameDialog open error and add defensive ref check
|
4 months ago |
|
constants
|
Replace notification literal strings with constants and add usage documentation
|
4 months ago |
|
db
|
WIP: Add Create Meeting button for registered users with no meetings
|
4 months ago |
|
db-sql
|
fix: Resolve infinite SQLite logging loop blocking Electron startup
|
4 months ago |
|
interfaces
|
Refactor notification usage and apply TypeScript/lint improvements
|
4 months ago |
|
libs
|
WIP: Add Create Meeting button for registered users with no meetings
|
4 months ago |
|
router
|
feat: Add database migration tools and fix Electron integration
|
4 months ago |
|
services
|
Fix UserNameDialog open error and add defensive ref check
|
4 months ago |
|
test
|
Finalize Dexie-to-SQLite migration prep: docs, circular dep removal, SQL helpers, tests
|
4 months ago |
|
types
|
Fix: stepType was being set to an object
|
4 months ago |
|
utils
|
WIP: Add Create Meeting button for registered users with no meetings
|
4 months ago |
|
views
|
Replace notification literal strings with constants and add usage documentation
|
4 months ago |
|
App.vue
|
Refactor ClaimView.vue: remove inline template logic, improve types, and centralize logic
|
4 months ago |
|
env.d.ts
|
chore: cleanup and test
|
6 months ago |
|
main.capacitor.ts
|
add first cut at deep-link redirecting, with one example contact-import that works on mobile
|
4 months ago |
|
main.common.ts
|
remove debugging info messages (change to debug if we want these -- and tell us how to turn off debug locally)
|
4 months ago |
|
main.electron.ts
|
Replace console statements with structured logger calls
|
4 months ago |
|
main.web.ts
|
# Commit Message for SharedArrayBuffer Platform Exclusion
|
4 months ago |
|
registerSQLWorker.js
|
Fix circular dependency in logging during initialization
|
4 months ago |
|
registerServiceWorker.ts
|
WIP: add Electron platform configuration to Capacitor
|
4 months ago |
|
shims-vue.d.ts
|
init
|
3 years ago |
|
util.d.ts
|
fix linting
|
2 years ago |
|
vite-env.d.ts
|
add ability to edit a GiveAction
|
1 year ago |
|
vite.config.utils.js
|
docs: move build instructions from README to BUILDING.md
|
9 months ago |