Trent Larson
8092d1c576
convert all remaining DB writes & reads to SQL (with successful registration & claim)
2 months ago
Trent Larson
ef2c94320d
make Advanced links explicit and use "project" instead of "idea" in project page
4 months ago
Matthew Raymer
c9536dd643
refactor: Replace console logging with logger utility
- Add logger import across multiple view components
- Replace console.error/warn/log with logger methods
- Update error handling to use structured logging
- Improve type safety for error objects
- Add crypto-browserify polyfill for browser environment
The changes improve logging by:
1. Using consistent logging interface
2. Adding structured error logging
3. Improving error type safety
4. Centralizing logging configuration
5. Fixing browser compatibility issues
Affected files:
- Multiple view components
- vite.config.ts
- Build configuration
5 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
2c0b927080
make notification errors go away automatically
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
a1b70db370
add way to quickly import test data when on a test instance
9 months ago
Trent Larson
59820a2f01
add more type casts
1 year ago
Trent Larson
5ad8a2d2ba
await all of the db.settings updates
1 year 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)
2 years ago
Trent Larson
fa72d38d18
allow an agent to edit a project
2 years ago
Trent Larson
a87179d127
change wording from "identity" to "identifier" in many places
2 years ago
Trent Larson
cfa7466b94
show users when there's an error on the import page
2 years ago
Jose Olarte III
998a1d312f
Set max screen content width
2 years ago
Trent Larson
fa41fb3415
enhance documentation
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
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
3 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
3 years ago
Matthew Aaron Raymer
65381e103c
Flesh out a bit more of the import and also refactor the router
3 years ago
Matthew Aaron Raymer
07f763e167
Fixing import function
3 years ago
Matthew Aaron Raymer
3c843b2f16
Add a back-button action
3 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