Trent Larson
8092d1c576
convert all remaining DB writes & reads to SQL (with successful registration & claim)
2 months ago
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.
5 months ago
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.
5 months ago
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
5 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.
7 months ago
Trent Larson
251649e6fe
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
8 months ago
Trent Larson
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
11 months ago
Trent Larson
2d450e6455
add test for registration of new user
11 months ago
Trent Larson
59820a2f01
add more type casts
1 year ago
Trent Larson
4270374a67
create an identifier by default, while letting them choose if passkeys are enabled
1 year ago
Trent Larson
42fde503e3
make a passkey-generator in start & home pages, and make that the default
1 year ago
trentlarson
4cb434fd5d
passkey test ( #116 )
Co-authored-by: Trent Larson <trent@trentlarson.com>
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/116
Co-authored-by: trentlarson <trent@trentlarson.com>
Co-committed-by: trentlarson <trent@trentlarson.com>
1 year ago
Jose Olarte III
5388e6052c
Button width changes
For buttons that are next to each other
1 year ago
Jose Olarte III
b6e344a15e
Propagated button improvements across views
1 year ago
Trent Larson
331c4f64d6
add check for valid "did:" DIDs
1 year ago
Trent Larson
32c9076c39
fix visibility after adding contact, and some messaging
2 years ago
Trent Larson
31aacb286f
reword prompt for creating an identifier on the start screen
2 years ago
Trent Larson
a87179d127
change wording from "identity" to "identifier" in many places
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
afc48a5434
add IDs for puppeteer test script
2 years ago
Matthew Raymer
fd43da93a5
A whole lot of cleaning going on
2 years ago
Trent Larson
97274a701d
update derivation verbiage
2 years ago
Trent Larson
0c05505c46
allow use of custom derivation path, and add way to increment derivation for existing
2 years ago
Matthew Raymer
e3f58bd593
Purge all vue-class-component with vue-facing-decorator.
Make some strike-throughs for project-task
Update package.json
2 years ago
Trent Larson
944b0ad759
fix registration, separate ID creation to allow new random ones, and refactor warning and other verbiage
2 years ago
Matthew Aaron Raymer
617de58a92
Change to anchors with click handlers so we can run code before transitioning to next pages
3 years ago
Matthew Aaron Raymer
ba143dfccd
Cleanup of some workflow actions and quick nav
3 years ago
Matthew Aaron Raymer
f28e2123b1
Resynching master branch
3 years ago
Matthew Aaron Raymer
c1acee63bf
Linted views
3 years ago
Matthew Aaron Raymer
acbf1b062b
TypeScript classes added
3 years ago
Matthew Aaron Raymer
ea668a87d4
Adding Tailwind and start application views
3 years ago