Matthew Raymer
3b4f4dc125
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.
3 months ago
Matthew Raymer
f6802cd160
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.
3 months ago
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
3 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.
5 months ago
Trent Larson
f405e7d02f
make notification errors go away automatically
5 months ago
Trent Larson
bb3807a805
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
5 months ago
Trent Larson
a1c1c9f805
add way to quickly import test data when on a test instance
6 months ago
Trent Larson
59820a2f01
add more type casts
10 months ago
Trent Larson
5ad8a2d2ba
await all of the db.settings updates
10 months ago
Trent Larson
fccc4edb63
remove some 'uppercase' CSS markers
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
6aab1ff49d
consolidate interface and remove copies of code
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
a87179d127
change wording from "identity" to "identifier" in many places
1 year ago
Trent Larson
cfa7466b94
show users when there's an error on the import page
1 year ago
Jose Olarte III
998a1d312f
Set max screen content width
1 year ago
Trent Larson
fa41fb3415
enhance documentation
1 year 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
0c05505c46
allow use of custom derivation path, and add way to increment derivation for existing
2 years ago
Matthew Raymer
754bced2a9
Considerable cleanup. I think I also found the issue from the other day with values not loading from settings.
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
32351b07b7
prefer console.error messages for errors
2 years ago
Trent Larson
1279ff050c
allow to switch between accounts
2 years ago
Trent Larson
6c05d3105f
parameterize main identifier (to prepare the way for multiple)
2 years ago
Trent Larson
45b54db01e
separate account from other data for backup/restore
2 years ago
Trent Larson
b3cdcb010a
change dateCreated to a string (from a Date object, which persists as a Date object)
2 years ago
Trent Larson
5f3861049e
remove separate storage reference for account check
2 years ago
Trent Larson
cfeabf05a4
refactor DB organization (prepping for more tables)
2 years ago
Matthew Aaron Raymer
f5a2d71ed3
Added some elementary Vue constructs
2 years ago
Matthew Aaron Raymer
3687e5e282
Subject line: Added v-model for input box on seed input.
Also completed recovery from seed. Should be ready to move to Make commitment
2 years ago
Matthew Aaron Raymer
65381e103c
Flesh out a bit more of the import and also refactor the router
2 years ago
Matthew Aaron Raymer
07f763e167
Fixing import function
2 years ago
Matthew Aaron Raymer
3c843b2f16
Add a back-button action
2 years ago
Matthew Aaron Raymer
65d4efb936
Updates to add back buttons and known router paths
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
ff826a81f3
Add ImportAccountView
3 years ago