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
|
2025-03-11 09:35:55 +00:00 |
|
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.
|
2025-02-26 09:27:04 +00:00 |
|
|
|
2321e1d6e8
|
allow link to the large version of a project image
|
2024-05-24 09:11:20 -06:00 |
|
|
|
af976ba838
|
add an image to projects (which shows on all ProjectIcons except for offers)
|
2024-05-23 20:51:40 -06:00 |
|
|
|
563b5793a9
|
add different identicons for people (and increment version & add -beta)
|
2024-01-17 19:27:05 -07:00 |
|