Matthew Raymer
|
e0aded04b4
|
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
|
4 months ago |
Matthew Raymer
|
3b4f4dc125
|
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.
|
4 months ago |
Matthew Raymer
|
a32c3c7765
|
Multi-build support; tested successfully for Electron
|
6 months ago |
Trent Larson
|
4e877c15f6
|
change the "give" action on contact page to use dialog box
|
1 year ago |
Trent Larson
|
7cbdc7a099
|
add code to display profiles in feed, but deactivate it for now
|
1 year ago |
Trent Larson
|
581a374b05
|
show contact's or user's icon in more places
|
1 year ago |
Trent Larson
|
563b5793a9
|
add different identicons for people (and increment version & add -beta)
|
1 year ago |
Trent Larson
|
9486142b2a
|
make the Anonymous icon to be blank, plus some other renaming & task cleanup
|
2 years ago |
Matthew Raymer
|
5501ac1a2f
|
Many fixes -- especially and endorserServer
|
2 years ago |
Jose Olarte III
|
9fa3b8be0b
|
Built jdenticon component
|
2 years ago |