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
4 months ago
Trent Larson
811fddf24a
fix error setting the apiServer to "", plus some refactors while fixing test 40
5 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.
6 months ago
Trent Larson
f4dd7bafca
add more details for terms of data & service use
6 months ago
Trent Larson
6ffbcfa9a1
catch more errors if something catastrophic happens to encrypted data
7 months ago
Trent Larson
f1163d8302
add words under feed, add big "plus" on first page, and reword some things
7 months ago
Trent Larson
42dcb3b43c
tweak onboarding messages
8 months ago
Trent Larson
45214eabc5
adjust tests for new onboarding messages
8 months ago
Trent Larson
53abf964b2
add basic page-by-page onboarding help
8 months ago
Trent Larson
9c527b27f8
enhance help & help onboarding
9 months ago
Trent Larson
1d48da6855
disable checkboxes for nostr partner messages; adjust linting warnings
9 months ago
Trent Larson
8f22f9365c
add wording in help page
10 months ago
Trent Larson
6f7b197667
add blurbs for different audiences in Help, and allow a link for direct search on project discovery page
10 months ago
Trent Larson
7309ba1436
add tests for importing multiple records, fix other confirmation tests
11 months ago
Trent Larson
9ca7363388
add help text, both in general and for download
12 months ago
Trent Larson
4270374a67
create an identifier by default, while letting them choose if passkeys are enabled
12 months ago
Trent Larson
f7f38789d2
reword some things in help
12 months ago
Trent Larson
f4f762b31c
add BTC donation address
12 months ago
Trent Larson
bab4a62540
bump version and add -beta; enhance help
1 year ago
Trent Larson
7f02ba29a3
add a share_target for people to add a photo
1 year ago
Trent Larson
30bd53fb6f
remove non-working interests, enhance error messages, update tasks & changelog
1 year ago
Trent Larson
e43c45ebea
add onboarding help instructions as separate page
1 year ago
Jason Buchanan
ef5f81932d
Initial stab at vitejs update
1 year ago
Trent Larson
f365cc9e3c
show warnings before dismissing prompt, and add to tasks and help
1 year ago
Trent Larson
cf2e800dec
add a camera-switch button
1 year ago
Trent Larson
4dd2c044d5
bump to v 0.3.4
1 year ago
Trent Larson
ae572afff6
add help for when service workers get stuck; bump to version 0.3.2
1 year ago
Trent Larson
6aab1ff49d
consolidate interface and remove copies of code
1 year ago
Trent Larson
d7530ff56b
adjust more UI on the Advanced section, and make other small code & UI tweaks
1 year ago
Trent Larson
d7ef07c2e2
automatically create an identity on the first page (and other UI tweaks)
1 year ago
Trent Larson
fa72d38d18
allow an agent to edit a project
1 year ago
Trent Larson
e0fcb1f67b
fix various verbiage
1 year ago
Trent Larson
68f3b79983
add hints for registration on the contact page
2 years ago
Trent Larson
dce7b8e3d9
add terms & conditions, and a note about data in this service
2 years ago
Trent Larson
4a0bedb628
fix one more list-outside indent
2 years ago
Trent Larson
5689f95230
change list-inside to list-outside
2 years ago
Jose Olarte III
998a1d312f
Set max screen content width
2 years ago
Trent Larson
4df7bb58a4
add help for clearing data, plus some other help fixes
2 years ago
Trent Larson
05c6ddda02
allow a test notification from the notification help screen
2 years ago
Trent Larson
4e28dc8de6
update commentary, help, kudos
2 years ago
Trent Larson
3c1654764c
add commit hash to help page
2 years ago
Trent Larson
a77d20b572
show appropriate icon next to amount numbers (and some docs)
2 years ago
Trent Larson
7a3bd069b8
fix keyword search to work for both local and everywhere searches
2 years ago
Trent Larson
46d76013e8
make a back button at the top and the tabs at the bottom of each page
2 years ago
Trent Larson
c391385500
feat & doc: automatically set visibility & alert about registration, alert to help onboard (and refine docs & tasks)
2 years ago
Trent Larson
f47346cc35
edit text on the help page
2 years ago
Matthew Raymer
fd43da93a5
A whole lot of cleaning going on
2 years ago
Trent Larson
7f48149d6f
add some detail for the map pin, plus other refactors
2 years ago
Matthew Raymer
5be67fd4c9
Rolled out to all views that had HTML quicknav
2 years ago
Trent Larson
1a86730354
make display on creation page look halfway decent, and switch fully to it
2 years ago