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
2025-04-07 07:17:43 +00:00
ef2c94320d
make Advanced links explicit and use "project" instead of "idea" in project page
2025-04-03 17:50:49 -06:00
Matthew Raymer
e94c8d179a
Merge branch 'ui-fixes-2025-03'
2025-04-02 06:48:07 +00:00
65e4ddb832
add LogView for those cases where the log download doesn't work
2025-03-22 15:15:17 -06:00
Matthew Raymer
71cdca3935
Merge branch 'deep_linking'
2025-03-17 03:01:53 +00:00
0e8657058c
fix references to partner API server
2025-03-13 19:14:59 -06:00
Jose Olarte III
b62c08499f
Padding adjustments
2025-03-12 17:54:18 +08:00
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
2025-03-11 09:35:55 +00:00
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.
2025-02-26 09:27:04 +00:00
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.
2025-02-26 06:50:08 +00:00
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
2025-02-24 11:21:08 +00:00
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.
2025-02-21 11:53:21 +00:00
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.
2025-02-21 09:47:24 +00:00
898821c9aa
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
2025-02-16 09:11:28 -07:00
Matthew Raymer
2a7178db53
Merge changes
2025-02-03 13:27:36 +00:00
6c1cdd3bfd
fix a jump on user profile map move & recenter
2025-01-21 19:51:58 -07:00
101acd2a8c
fix build and auto-test issues
2025-01-20 13:06:05 -07:00
59b433830d
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
2025-01-20 12:43:05 -07:00
c1058499c7
add discovery of people's profiles, and update profile endpoints for latest server version
2025-01-18 20:02:20 -07:00
70043fc28c
add map and location for user profile
2025-01-13 19:27:17 -07:00
1c1231b831
fix linting
2025-01-13 19:02:50 -07:00
2386813e92
save a profile blurb
2025-01-12 20:33:47 -07:00
Matthew Raymer
6903a02df6
Merge fixes
2025-01-11 12:45:43 +00:00
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.
2025-01-05 08:38:15 +00:00
2c0b927080
make notification errors go away automatically
2025-01-04 18:02:10 -07:00
caf46ab383
add more debug information on errors caught from server
2024-12-28 16:29:57 -07:00
156950c7f0
add invite-one-accept screen dedicated to accepting invitations
2024-12-13 13:27:22 -07:00
af197f7c11
catch more errors if something catastrophic happens to encrypted data
2024-12-10 20:02:49 -07:00
251649e6fe
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
2024-12-08 19:34:31 -07:00
2758af6e6e
finish separation of daily reminder message, bump version to 0.3.34
2024-11-24 13:09:40 -07:00
15e09c2d81
change the notification detection to our own variables, and save the selected time
2024-11-20 19:55:51 -07:00
5fa2f3eef6
make the import selection more obvious, plus other verbiage
2024-11-18 18:22:11 -07:00
73df9f374a
move push notification setup out of an App.vue Notification and into a component
2024-11-18 17:00:06 -07:00
f57d3b7707
add minute to notification scheduling & fix a bug, plus other tweaks
2024-11-15 20:39:08 -07:00
e1d0a2b02c
bump to version 0.3.31, tweak messaging to include offers
2024-10-25 15:12:06 -06:00
6f880d0df1
fix bad link to project page, fix improper action on invite-add-contact cancel
2024-10-12 20:55:55 -06:00
149481d468
finish the loading of an invite RegisterAction when clicking on a link
2024-10-06 20:01:07 -06:00
1d48da6855
disable checkboxes for nostr partner messages; adjust linting warnings
2024-09-26 09:14:08 -06:00
d492ea9eeb
send all info needed to create a Trustroots event
2024-09-25 09:01:49 -06:00
534f3d8a8b
allow bulk-imported contacts to have visibility set
2024-09-17 18:30:50 -06:00
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
2024-09-15 16:30:46 -06:00
9e98a9ab43
add test for new name-entry & copy-to-clipboard flow
2024-08-24 07:23:49 -06:00
d3a4377935
make the user-name pop-up the preferred way to set the name
2024-08-24 06:36:49 -06:00
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
2024-08-23 20:06:50 -06:00
2d450e6455
add test for registration of new user
2024-08-22 20:21:37 -06:00
7309ba1436
add tests for importing multiple records, fix other confirmation tests
2024-08-21 18:43:28 -06:00
53e77e46dd
fix list of offers (and some other lists), and add tests for offers
2024-08-12 09:25:01 -06:00
61fffbb13e
add a test for empty ID, fix some linting
2024-08-04 07:30:35 -06:00
Jose Olarte III
a410836539
Added IDs for Playwright targeting
2024-07-30 16:35:55 +08:00
44ac98faa8
tweak verbiage and make other UI tweaks
2024-07-28 17:09:57 -06:00