Matthew Raymer
cee7a6ded3
feat(logging): enhance debug logging across app
Improves application logging and error tracking:
- Add structured logging in main.common.ts for app initialization
- Enhance API error handling with detailed context in services
- Add deep link debugging in Capacitor platform
- Improve plan service logging with retry information
- Update endorser server logs for better cache debugging
Technical changes:
- Replace console.error with info for non-critical cache misses
- Add component context to global error handler
- Add detailed logging for plan loading and retries
- Improve deep link route matching logs
- Add mount state logging for Capacitor
This improves debugging capabilities across web and mobile platforms.
8 months ago
Trent Larson
62ae603778
fix linting
9 months ago
Trent Larson
19fd0da4b0
fix linting
9 months ago
Matthew Raymer
d9085ced6d
(chore): cleaning up formatting and relative references
9 months ago
Matthew Raymer
15783cdbe6
(chore): cleaning up formatting and relative references
9 months ago
Trent Larson
fe71c3f754
make member view available to onboard meeting organizer and reorganize buttons
9 months ago
Trent Larson
bb5913fef4
make member view available to onboard meeting organizer and reorganize buttons
9 months ago
Trent Larson
64830eeb05
fix linting (and change a little wording in onboarding page)
9 months ago
Trent Larson
6a070a1715
fix linting (and change a little wording in onboarding page)
9 months ago
Trent Larson
5ff91186e2
add onboarding pages for the list and members, and refine the setup
9 months ago
Trent Larson
3a56d83dd6
add onboarding pages for the list and members, and refine the setup
9 months ago
Trent Larson
2a23587c3b
make screen where user can create a group onboarding meeting
9 months ago
Trent Larson
5943df756a
make screen where user can create a group onboarding meeting
9 months ago
Trent Larson
d57aee203f
add instructions for contacting potential links to hidden people
9 months ago
Trent Larson
888e87f6c6
add instructions for contacting potential links to hidden people
9 months ago
Trent Larson
802130d3b6
fix the marker storage & clearing logic, and add the second profile map when used
9 months ago
Trent Larson
e6242e2491
fix the marker storage & clearing logic, and add the second profile map when used
9 months ago
Trent Larson
5763fe4e49
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
9 months ago
Trent Larson
59b433830d
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
9 months ago
Trent Larson
f3f8aeefc3
add discovery of people's profiles, and update profile endpoints for latest server version
9 months ago
Trent Larson
c1058499c7
add discovery of people's profiles, and update profile endpoints for latest server version
9 months ago
Matthew Raymer
f8db626d14
Fixes for APP_SERVER definition issue
10 months ago
Matthew Raymer
aa4edb9742
Fixes for APP_SERVER definition issue
10 months ago
Trent Larson
6514f52b92
change all copied contact URLs to contact-import, and handle multiples & singles separately
10 months ago
Trent Larson
e97bc4893e
change all copied contact URLs to contact-import, and handle multiples & singles separately
10 months ago
Trent Larson
07c4e58e87
add sanity checks for importing bulk contacts, eg. when there is a truncated link
10 months ago
Trent Larson
181de625ba
add sanity checks for importing bulk contacts, eg. when there is a truncated link
10 months ago
Trent Larson
702e44872f
switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info
10 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
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.
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
c98859fc7e
add more debug information on errors caught from server
10 months ago
Trent Larson
caf46ab383
add more debug information on errors caught from server
10 months ago
Trent Larson
a99a0fb5cc
change the contact-sharing data into a JWT for the contact-import page
10 months ago
Trent Larson
e286a8f002
change the contact-sharing data into a JWT for the contact-import page
10 months ago
Trent Larson
762dfa0f2a
fix the verificationMethod type in the local ETHR DID resolver
10 months ago
Trent Larson
bf6035ec47
fix the verificationMethod type in the local ETHR DID resolver
10 months ago
Trent Larson
e67ae23879
add number of confirmers to certificate & show DID info when appropriate
10 months ago
Trent Larson
8bf9640c10
add number of confirmers to certificate & show DID info when appropriate
10 months ago
Trent Larson
2cb70f8497
add copy-link on the claim view page & enable certificate
10 months ago
Trent Larson
124ff65aa2
add copy-link on the claim view page & enable certificate
10 months ago
Trent Larson
6d1681cb07
refine claim certificate view
10 months ago
Trent Larson
6749c1ec2d
refine claim certificate view
10 months ago
Trent Larson
5a56f9ab30
tweak verbiage
11 months ago
Trent Larson
dd6598cd99
tweak verbiage
11 months ago
Trent Larson
0a314934b8
add invite-one-accept screen dedicated to accepting invitations
11 months ago
Trent Larson
156950c7f0
add invite-one-accept screen dedicated to accepting invitations
11 months ago
Trent Larson
6ffbcfa9a1
catch more errors if something catastrophic happens to encrypted data
11 months ago
Trent Larson
af197f7c11
catch more errors if something catastrophic happens to encrypted data
11 months ago
Trent Larson
bb3807a805
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
11 months ago