Matthew Raymer
c9536dd643
refactor: Replace console logging with logger utility
- Add logger import across multiple view components
- Replace console.error/warn/log with logger methods
- Update error handling to use structured logging
- Improve type safety for error objects
- Add crypto-browserify polyfill for browser environment
The changes improve logging by:
1. Using consistent logging interface
2. Adding structured error logging
3. Improving error type safety
4. Centralizing logging configuration
5. Fixing browser compatibility issues
Affected files:
- Multiple view components
- vite.config.ts
- Build configuration
8 months ago
Matthew Raymer
3dbb836ae5
style: reorder v-model and v-bind directives
Changes:
- Move v-model directives before other attributes
- Move v-bind directives before event handlers
- Reorder attributes for better readability
- Fix template attribute ordering across components
- Improve eslint rules
- add default vite config for testing (handles nostr error too)
This follows Vue.js style guide recommendations for attribute
ordering and improves template consistency.
8 months ago
Matthew Raymer
03178d35e7
refactor: improve router type safety and usage
- Add explicit Router type imports across views
- Replace $router type casting with proper typing
- Use $router.back() instead of $router.go(-1) for consistency
- Add proper route and router typings to components
- Clean up router navigation methods
- Fix router push/back method calls
This commit improves type safety and consistency in router usage across
the application's view components.
8 months ago
Matthew Raymer
79ef59c5a9
refactor: migrate interfaces to dedicated directory
Reorganizes TypeScript interfaces into a modular structure:
- Create dedicated interfaces directory with specialized files
- Split interfaces by domain (claims, common, limits, records, user)
- Update imports in endorserServer.ts to use new interface locations
- Replace 'any' types with 'unknown' for better type safety
- Add proper type imports and exports
This improves code organization and maintainability by:
- Centralizing interface definitions
- Reducing file size of endorserServer.ts
- Making interface relationships more explicit
- Improving type safety with stricter types
8 months ago
Trent Larson
2e7700731b
switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info
10 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.
10 months ago
Trent Larson
2c0b927080
make notification errors go away automatically
10 months ago
Trent Larson
af197f7c11
catch more errors if something catastrophic happens to encrypted data
11 months ago
Trent Larson
2758af6e6e
finish separation of daily reminder message, bump version to 0.3.34
11 months ago
Trent Larson
f57d3b7707
add minute to notification scheduling & fix a bug, plus other tweaks
11 months ago
Trent Larson
911203c190
adjust more code to the PushSubscriptionJSON
2 years ago
Jose Olarte III
b6e344a15e
Propagated button improvements across views
2 years ago
Trent Larson
6aab1ff49d
consolidate interface and remove copies of code
2 years ago
Trent Larson
cc931dcb04
add notification check with instructions on front screen
2 years ago
Trent Larson
1f05e81b05
add notification immediately after setting up subscription, and tweak messaging
2 years ago
Trent Larson
3083bb084a
add more notification help instructions; remove confusing, big name-edit button
2 years ago
Jose Olarte III
998a1d312f
Set max screen content width
2 years ago
Trent Larson
1f13bf772c
move wait for service-worker initialization into the notification modal
2 years ago
Trent Larson
75d15ddeb9
add note to install as an app
2 years ago
Trent Larson
f8d3fe2ee1
enhance service-worker logging, allow for filtered-push test
2 years ago
Trent Larson
c4a0458c08
doc: add to notification-help page & task list
2 years ago
Trent Larson
25b1598fcb
doc: add more help for the notifications
2 years ago
Trent Larson
fd8877900b
add another alert message & test button
2 years ago
Trent Larson
05c6ddda02
allow a test notification from the notification help screen
2 years ago
Trent Larson
44cfe0d88e
allow notifications even without an ID
2 years ago
Trent Larson
8fb21c3d89
doc: update tasks, update verbiage, and add to help doc
2 years ago
Trent Larson
a6bb036ceb
fix name of new HelpNotificationsView class
2 years ago
Trent Larson
1e2ad85547
add dedicated help page for looking into notifications
2 years ago