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
|
2 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.
|
3 months ago |
Trent Larson
|
2321e1d6e8
|
allow link to the large version of a project image
|
1 year ago |
Trent Larson
|
af976ba838
|
add an image to projects (which shows on all ProjectIcons except for offers)
|
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 |