Jose Olarte III
d3009406cf
Updated QR scanner call
...
- Searched for all other (outdated) calls to QR scanner dialog and updated them
- Fixed vite HTML spec warning
2025-06-09 19:36:06 +08:00
f79568cc5d
remove relative URL references in different target because mobile chokes
2025-06-08 16:55:03 -06:00
8092d1c576
convert all remaining DB writes & reads to SQL (with successful registration & claim)
2025-05-27 21:07:24 -06:00
0e10847cba
adjust so DB calls go to the factory
2025-05-26 13:59:34 -06:00
aadd223248
various instructions (and their timeouts)
2025-05-22 12:27:37 -06: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
Matthew Raymer
03178d35e7
refactor: improve router type safety and usage
...
- Add explicit Router type imports across views
- Replace $router type casting with proper typing
- Use $router.back() instead of $router.go(-1) for consistency
- Add proper route and router typings to components
- Clean up router navigation methods
- Fix router push/back method calls
This commit improves type safety and consistency in router usage across
the application's view components.
2025-02-26 06:50:08 +00:00
Matthew Raymer
79ef59c5a9
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
e27aefc19e
fix error setting the apiServer to "", plus some refactors while fixing test 40
2025-02-16 20:36:44 -07:00
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.
2025-01-05 08:38:15 +00:00
4641c46ab2
add more details for terms of data & service use
2024-12-24 16:20:28 -07:00
af197f7c11
catch more errors if something catastrophic happens to encrypted data
2024-12-10 20:02:49 -07:00
53c4328e82
add words under feed, add big "plus" on first page, and reword some things
2024-11-30 14:33:31 -07:00
42dcb3b43c
tweak onboarding messages
2024-10-24 20:50:27 -06:00
45214eabc5
adjust tests for new onboarding messages
2024-10-23 09:07:34 -06:00
53abf964b2
add basic page-by-page onboarding help
2024-10-23 08:27:16 -06:00
9c527b27f8
enhance help & help onboarding
2024-10-10 08:53:12 -06:00
1d48da6855
disable checkboxes for nostr partner messages; adjust linting warnings
2024-09-26 09:14:08 -06:00
8f22f9365c
add wording in help page
2024-08-29 20:02:57 -06:00
6f7b197667
add blurbs for different audiences in Help, and allow a link for direct search on project discovery page
2024-08-29 19:25:34 -06:00
7309ba1436
add tests for importing multiple records, fix other confirmation tests
2024-08-21 18:43:28 -06:00
9ca7363388
add help text, both in general and for download
2024-07-24 20:06:49 -06:00
4270374a67
create an identifier by default, while letting them choose if passkeys are enabled
2024-07-19 20:49:43 -06:00
f7f38789d2
reword some things in help
2024-07-15 19:11:12 -06:00
f4f762b31c
add BTC donation address
2024-07-15 17:18:22 -06:00
bab4a62540
bump version and add -beta; enhance help
2024-05-24 10:21:08 -06:00
7f02ba29a3
add a share_target for people to add a photo
2024-05-10 13:17:20 -06:00
30bd53fb6f
remove non-working interests, enhance error messages, update tasks & changelog
2024-04-09 17:54:17 -06:00
22cba5babf
Merge remote-tracking branch 'original-origin/master' into feat/vitejs-trent
2024-04-07 09:41:14 -06:00
e43c45ebea
add onboarding help instructions as separate page
2024-03-24 17:01:53 -06:00
ef5f81932d
Initial stab at vitejs update
2024-03-24 11:18:29 -06:00
f365cc9e3c
show warnings before dismissing prompt, and add to tasks and help
2024-03-23 17:35:58 -06:00
cf2e800dec
add a camera-switch button
2024-03-23 01:32:55 -06:00
4dd2c044d5
bump to v 0.3.4
2024-03-21 06:56:35 -06:00
ae572afff6
add help for when service workers get stuck; bump to version 0.3.2
2024-03-17 20:20:13 -06:00
6aab1ff49d
consolidate interface and remove copies of code
2024-02-24 10:26:12 -07:00
d7530ff56b
adjust more UI on the Advanced section, and make other small code & UI tweaks
2024-01-27 17:32:17 -07:00
d7ef07c2e2
automatically create an identity on the first page (and other UI tweaks)
2024-01-14 21:00:59 -07:00
fa72d38d18
allow an agent to edit a project
2024-01-13 18:45:51 -07:00
e0fcb1f67b
fix various verbiage
2024-01-12 20:40:46 -07:00
68f3b79983
add hints for registration on the contact page
2024-01-05 13:50:35 -07:00
dce7b8e3d9
add terms & conditions, and a note about data in this service
2024-01-05 10:34:13 -07:00
4a0bedb628
fix one more list-outside indent
2024-01-02 19:27:13 -07:00
5689f95230
change list-inside to list-outside
2024-01-02 19:21:57 -07:00
Jose Olarte III
998a1d312f
Set max screen content width
2024-01-02 15:25:51 +08:00
4df7bb58a4
add help for clearing data, plus some other help fixes
2024-01-01 17:09:30 -07:00
05c6ddda02
allow a test notification from the notification help screen
2023-12-24 21:24:51 -07:00
4e28dc8de6
update commentary, help, kudos
2023-12-19 20:35:28 -07:00
3c1654764c
add commit hash to help page
2023-12-10 09:20:03 -07:00
a77d20b572
show appropriate icon next to amount numbers (and some docs)
2023-12-05 17:58:46 -07:00