Matthew Raymer
c708716675
refactor: migrate interfaces to dedicated directory
...
Reorganizes TypeScript interfaces into a modular structure:
- Create dedicated interfaces directory with specialized files
- Split interfaces by domain (claims, common, limits, records, user)
- Update imports in endorserServer.ts to use new interface locations
- Replace 'any' types with 'unknown' for better type safety
- Add proper type imports and exports
This improves code organization and maintainability by:
- Centralizing interface definitions
- Reducing file size of endorserServer.ts
- Making interface relationships more explicit
- Improving type safety with stricter types
2025-02-24 11:21:08 +00:00
Matthew Raymer
43983bd993
(chore): merge mostly pathway changes
2025-02-06 13:34:48 +00:00
2a23587c3b
make screen where user can create a group onboarding meeting
2025-02-02 17:06:51 -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
e9aeec48ed
fix a missed accountsDB reference
2024-12-14 14:30:51 -07:00
bb3807a805
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
2024-12-08 19:34:31 -07:00
1fccf0fa92
change give provider to a single value
2024-09-30 18:33:15 -06:00
9925800fbd
allow details on a give for a providing project (so we can attach a picture)
2024-09-30 18:11:07 -06:00
7c70e699d8
switch BVC-meeting-end gift to be from the plan, and add display of providers on claim-view page
2024-09-28 17:31:58 -06:00
1c79cc25fe
fix problem where mounted ran before create and didn't load any claims
2024-09-21 12:47:37 -06:00
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
2024-09-15 16:30:46 -06:00
59820a2f01
add more type casts
2024-07-23 20:57:10 -06:00
7cb9e2aa52
replace remaining didJwt.createJwt calls with one that checks for did:peer
2024-07-11 19:35:17 -06:00
bce003e508
change accessToken to take a DID
2024-07-09 19:20:05 -06:00
ddd32e7f44
show something to indicate claims were sent (mostly in BVC screens)
2024-04-28 18:36:06 -06:00
d316f4924b
add note about confirming your own, plus other helpful verbiage, plus notify messages that don't linger
2024-04-23 09:13:57 -06:00
4e877c15f6
change the "give" action on contact page to use dialog box
2024-04-21 16:42:22 -06:00
3fbf68b117
filter by selections (now all working), add cache for plans
2024-04-06 14:01:18 -06:00
214a264179
change icon for detail view (from circle-info to file-lines)
2024-03-23 19:07:53 -06:00
Jose Olarte III
b6e344a15e
Propagated button improvements across views
2024-03-21 19:30:42 +08:00
3612ea4224
bump to v 0.2.17; add "personalized" message and better confirmation-result messages
2024-03-01 15:54:50 -07:00
dbccbf7e4a
fix: show on the confirmation page when there are hidden claims
2024-03-01 14:40:51 -07:00
2c28913d97
for BVC: finish submission of confirmations & final give
2024-02-26 19:27:34 -07:00
2058205150
for BVC shortcut: send attend & give actions, and list actions to confirm
2024-02-25 18:38:54 -07:00
866dcb3a2a
add screens for the shortcuts for the BVC group (doesn't submit yet)
2024-02-24 18:38:11 -07:00