Jose Olarte III
d7afb80a07
Pointer cursor
2 months ago
Matthew Raymer
e0aded04b4
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
2 months ago
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
Trent Larson
5763fe4e49
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
4 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
6ffbcfa9a1
catch more errors if something catastrophic happens to encrypted data
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
f1163d8302
add words under feed, add big "plus" on first page, and reword some things
6 months ago
Trent Larson
a73f0239c9
fix problem not showing user's projects on project page
6 months ago
Trent Larson
e1d0a2b02c
bump to version 0.3.31, tweak messaging to include offers
7 months ago
Trent Larson
53abf964b2
add basic page-by-page onboarding help
7 months ago
Trent Larson
fe482d06f6
show more redeemed info & action on the invites, refactor onboarding instructions
7 months ago
Trent Larson
1d48da6855
disable checkboxes for nostr partner messages; adjust linting warnings
8 months ago
Trent Larson
b149e623b2
only show the "raw edit" when advanced options are turned on
8 months ago
Trent Larson
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
8 months ago
Trent Larson
0947c55110
remove the last of the localStorage for passing parameters
9 months ago
Trent Larson
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
9 months ago
Trent Larson
e5155a3da1
add recipient description to offers in user's list
9 months ago
Trent Larson
53e77e46dd
fix list of offers (and some other lists), and add tests for offers
9 months ago
Trent Larson
e0c50dcf62
add 'isRegistered' check to guard against many buttons
10 months ago
Jose Olarte III
a410836539
Added IDs for Playwright targeting
10 months ago
Trent Larson
59820a2f01
add more type casts
10 months ago
Trent Larson
b2ebc2992b
cache the passkey JWANT access token for multiple signatures
10 months ago
Trent Larson
cd0a31e6f5
remove remaining getIdentity calls & fix QR code for did:peer
10 months ago
Trent Larson
11163dfad9
consolidate getIdentity & remove dups
10 months ago
Trent Larson
bce003e508
change accessToken to take a DID
10 months ago
Trent Larson
08e1ce6486
fix prompt for already-registered contacts (plus some verbiage)
11 months ago
Trent Larson
ea156fac13
improve messaging when user has no offers or projects
11 months ago
Trent Larson
af976ba838
add an image to projects (which shows on all ProjectIcons except for offers)
1 year ago
Trent Larson
b86543b404
disallow new-project page if not registered
1 year ago
Trent Larson
4e877c15f6
change the "give" action on contact page to use dialog box
1 year ago
Trent Larson
581a374b05
show contact's or user's icon in more places
1 year ago
Trent Larson
3fbf68b117
filter by selections (now all working), add cache for plans
1 year ago
Trent Larson
214a264179
change icon for detail view (from circle-info to file-lines)
1 year ago
Trent Larson
6aab1ff49d
consolidate interface and remove copies of code
1 year ago
Trent Larson
a76df55224
add display of my own offers
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
563b5793a9
add different identicons for people (and increment version & add -beta)
1 year ago
Trent Larson
a87179d127
change wording from "identity" to "identifier" in many places
1 year ago
Jose Olarte III
998a1d312f
Set max screen content width
1 year ago
Trent Larson
051a0a97d8
fix issuer name in project list
1 year ago
Trent Larson
17c96dd01a
fix linting, etc with previous feature (env warning)
1 year ago
Trent Larson
4f2cb55753
add warning if on unexpected server
1 year ago
Trent Larson
ccca93b9f1
change some messages, rework tasks
1 year ago
Trent Larson
6957678474
include project ID in the URLs to the project-details page
2 years ago
Trent Larson
20c2954be1
remove unused properties
2 years ago
Trent Larson
52a6451a2d
remove technical details from user-facing messages
2 years ago