Matthew Raymer
3b7a872ae1
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.
3 months ago
Matthew Raymer
a8e15804a6
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.
3 months ago
Trent Larson
c9c3cacfbd
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
3 months ago
Trent Larson
0576fc4187
fix a jump on user profile map move & recenter
4 months ago
Trent Larson
aec530f5a8
fix build and auto-test issues
4 months ago
Trent Larson
5763fe4e49
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
4 months ago
Trent Larson
f3f8aeefc3
add discovery of people's profiles, and update profile endpoints for latest server version
4 months ago
Trent Larson
8eb8b746d7
add map and location for user profile
4 months ago
Trent Larson
0e52f4806f
fix linting
4 months ago
Trent Larson
7c90cf908a
save a profile blurb
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.
4 months ago
Trent Larson
f405e7d02f
make notification errors go away automatically
4 months ago
Trent Larson
c98859fc7e
add more debug information on errors caught from server
5 months ago
Trent Larson
0a314934b8
add invite-one-accept screen dedicated to accepting invitations
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
7777fa202b
finish separation of daily reminder message, bump version to 0.3.34
6 months ago
Trent Larson
8735fe44db
change the notification detection to our own variables, and save the selected time
6 months ago
Trent Larson
2a652d2079
make the import selection more obvious, plus other verbiage
6 months ago
Trent Larson
75fb4da42d
move push notification setup out of an App.vue Notification and into a component
6 months ago
Trent Larson
2c0c7ac256
add minute to notification scheduling & fix a bug, plus other tweaks
6 months ago
Trent Larson
e1d0a2b02c
bump to version 0.3.31, tweak messaging to include offers
7 months ago
Trent Larson
6f880d0df1
fix bad link to project page, fix improper action on invite-add-contact cancel
7 months ago
Trent Larson
149481d468
finish the loading of an invite RegisterAction when clicking on a link
7 months ago
Trent Larson
1d48da6855
disable checkboxes for nostr partner messages; adjust linting warnings
8 months ago
Trent Larson
d492ea9eeb
send all info needed to create a Trustroots event
8 months ago
Trent Larson
534f3d8a8b
allow bulk-imported contacts to have visibility set
8 months ago
Trent Larson
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
8 months ago
Trent Larson
9e98a9ab43
add test for new name-entry & copy-to-clipboard flow
9 months ago
Trent Larson
d3a4377935
make the user-name pop-up the preferred way to set the name
9 months ago
Trent Larson
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
9 months ago
Trent Larson
2d450e6455
add test for registration of new user
9 months ago
Trent Larson
7309ba1436
add tests for importing multiple records, fix other confirmation tests
9 months ago
Trent Larson
53e77e46dd
fix list of offers (and some other lists), and add tests for offers
9 months ago
Trent Larson
61fffbb13e
add a test for empty ID, fix some linting
9 months ago
Jose Olarte III
a410836539
Added IDs for Playwright targeting
10 months ago
Trent Larson
44ac98faa8
tweak verbiage and make other UI tweaks
10 months ago
Trent Larson
4472c3fbdd
import & update selected contacts
10 months ago
Trent Larson
9ca7363388
add help text, both in general and for download
10 months ago
Trent Larson
59820a2f01
add more type casts
10 months ago
Trent Larson
41a9c65afb
fix linting
10 months ago
Trent Larson
b2ebc2992b
cache the passkey JWANT access token for multiple signatures
10 months ago
Trent Larson
7cb9e2aa52
replace remaining didJwt.createJwt calls with one that checks for did:peer
10 months ago
Trent Larson
bce003e508
change accessToken to take a DID
10 months ago
Trent Larson
45f0a14661
add expiration inside JWANT & refactor getHeaders to move toward supporting did:peer
10 months ago
Trent Larson
053ee4a748
add advanced page & flag for editing raw claims, and fix recipient assignment in detail screen
11 months ago
Trent Larson
1639e7cf25
move & resize the contact edit & info buttons
11 months ago
Trent Larson
e88eea7f36
add BX currency, add link for user's activity, tweak verbiage
11 months ago
Trent Larson
210605c8e4
bump to version 0.3.11 (and enhance warning on profile deletion)
12 months ago
Trent Larson
7d6b210ee1
allow file choice for gift, plus other UI fixes
1 year ago