Matthew Raymer
17c9c22741
refactor: improve camera controls and modularize data export
- Add detailed error logging for image upload failures in PhotoDialog and SharedPhotoView
- Extract DataExportSection into standalone component with proper prop handling
- Fix Backup Identifier Seed visibility by passing activeDid prop
4 months ago
Trent Larson
ef2c94320d
make Advanced links explicit and use "project" instead of "idea" in project page
4 months ago
Trent Larson
65e4ddb832
add LogView for those cases where the log download doesn't work
4 months ago
Trent Larson
0e8657058c
fix references to partner API server
5 months ago
Jose Olarte III
b62c08499f
Padding adjustments
5 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
0a8ace0d8f
refactor: update nostr-tools imports for better tree shaking
Changes:
- Import specific functions from nostr-tools instead of full module
- Replace nip06.accountFromExtendedKey with direct import
- Update related function calls to use imported version
This change reduces bundle size by enabling better tree shaking
of unused nostr-tools functionality.
5 months ago
Matthew Raymer
f33d1f0af3
WIP: certificate view and dependency updates
- Update certificate view canvas rendering and QR code generation
- Upgrade dependencies (expo-file-system, expo-font, expo-keep-awake)
- Fix type imports for nostr-tools and dexie-export-import
- Update vite config for better dependency resolution
- Clean up main entry points (capacitor, electron, pywebview)
- Improve error handling in API and plan services
- Add type safety to API error handling
- Update build configuration for platform-specific builds
This is a work in progress commit focusing on certificate view improvements
and dependency maintenance. Some type definitions and build configurations
may need further refinement.
5 months ago
Trent Larson
898821c9aa
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
5 months ago
Trent Larson
6c1cdd3bfd
fix a jump on user profile map move & recenter
6 months ago
Trent Larson
101acd2a8c
fix build and auto-test issues
6 months ago
Trent Larson
59b433830d
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
6 months ago
Trent Larson
c1058499c7
add discovery of people's profiles, and update profile endpoints for latest server version
6 months ago
Trent Larson
70043fc28c
add map and location for user profile
6 months ago
Trent Larson
1c1231b831
fix linting
6 months ago
Trent Larson
2386813e92
save a profile blurb
7 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
caf46ab383
add more debug information on errors caught from server
7 months ago
Trent Larson
156950c7f0
add invite-one-accept screen dedicated to accepting invitations
8 months ago
Trent Larson
af197f7c11
catch more errors if something catastrophic happens to encrypted data
8 months ago
Trent Larson
251649e6fe
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
8 months ago
Trent Larson
2758af6e6e
finish separation of daily reminder message, bump version to 0.3.34
8 months ago
Trent Larson
15e09c2d81
change the notification detection to our own variables, and save the selected time
8 months ago
Trent Larson
5fa2f3eef6
make the import selection more obvious, plus other verbiage
8 months ago
Trent Larson
73df9f374a
move push notification setup out of an App.vue Notification and into a component
8 months ago
Trent Larson
f57d3b7707
add minute to notification scheduling & fix a bug, plus other tweaks
8 months ago
Trent Larson
e1d0a2b02c
bump to version 0.3.31, tweak messaging to include offers
9 months ago
Trent Larson
6f880d0df1
fix bad link to project page, fix improper action on invite-add-contact cancel
10 months ago
Trent Larson
149481d468
finish the loading of an invite RegisterAction when clicking on a link
10 months ago
Trent Larson
1d48da6855
disable checkboxes for nostr partner messages; adjust linting warnings
10 months ago
Trent Larson
d492ea9eeb
send all info needed to create a Trustroots event
10 months ago
Trent Larson
534f3d8a8b
allow bulk-imported contacts to have visibility set
10 months ago
Trent Larson
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
10 months ago
Trent Larson
9e98a9ab43
add test for new name-entry & copy-to-clipboard flow
11 months ago
Trent Larson
d3a4377935
make the user-name pop-up the preferred way to set the name
11 months ago
Trent Larson
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
11 months ago
Trent Larson
2d450e6455
add test for registration of new user
11 months ago
Trent Larson
7309ba1436
add tests for importing multiple records, fix other confirmation tests
11 months ago
Trent Larson
53e77e46dd
fix list of offers (and some other lists), and add tests for offers
12 months ago
Trent Larson
61fffbb13e
add a test for empty ID, fix some linting
12 months ago
Jose Olarte III
a410836539
Added IDs for Playwright targeting
1 year ago
Trent Larson
44ac98faa8
tweak verbiage and make other UI tweaks
1 year ago
Trent Larson
4472c3fbdd
import & update selected contacts
1 year ago
Trent Larson
9ca7363388
add help text, both in general and for download
1 year ago
Trent Larson
59820a2f01
add more type casts
1 year ago
Trent Larson
41a9c65afb
fix linting
1 year ago