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
|
2025-03-11 09:35:55 +00:00 |
|
Matthew Raymer
|
94ee9e24ea
|
Merge fixes
|
2025-01-11 12:45:43 +00:00 |
|
|
|
07c4e58e87
|
add sanity checks for importing bulk contacts, eg. when there is a truncated link
|
2025-01-07 20:56:39 -07:00 |
|
Matthew Raymer
|
be8ba12df6
|
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.
|
2025-01-05 08:38:15 +00:00 |
|
|
|
a99a0fb5cc
|
change the contact-sharing data into a JWT for the contact-import page
|
2024-12-23 20:07:14 -07:00 |
|
|
|
762dfa0f2a
|
fix the verificationMethod type in the local ETHR DID resolver
|
2024-12-23 20:05:33 -07:00 |
|
|
|
149481d468
|
finish the loading of an invite RegisterAction when clicking on a link
|
2024-10-06 20:01:07 -06:00 |
|
|
|
1bfdcab90b
|
add page for one-on-one invites (incomplete)
|
2024-10-05 18:35:59 -06:00 |
|
|
|
a271d9c206
|
add link directly into contact page to add a new contact via "contactJwt" query parameter
|
2024-09-27 18:41:11 -06:00 |
|
|
|
d724d8093c
|
add ability to edit a GiveAction
|
2024-07-23 20:14:07 -06:00 |
|
|
|
4270374a67
|
create an identifier by default, while letting them choose if passkeys are enabled
|
2024-07-19 20:49:43 -06:00 |
|
|
|
cd0a31e6f5
|
remove remaining getIdentity calls & fix QR code for did:peer
|
2024-07-15 20:47:10 -06:00 |
|
|
|
f6338c05ee
|
move low-level DID-related create & decode into separate folder (#120)
Co-authored-by: Trent Larson <trent@trentlarson.com>
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#120
Co-authored-by: trentlarson <trent@trentlarson.com>
Co-committed-by: trentlarson <trent@trentlarson.com>
|
2024-07-13 13:24:54 -04:00 |
|