|
|
866dcb3a2a
|
add screens for the shortcuts for the BVC group (doesn't submit yet)
|
2024-02-24 18:38:11 -07:00 |
|
|
|
aeb1d6a6a5
|
add next-public-key-hash to manual input
|
2024-01-05 12:44:28 -07:00 |
|
|
|
934664b9c9
|
add the hashed-next-key to the contact data, shown & stored
|
2024-01-03 17:44:41 -07:00 |
|
|
|
15ccd2394f
|
add missing 'date' to log interface
|
2024-01-01 16:25:23 -07:00 |
|
|
|
6eb26ea90c
|
remove IndexedDB keys that shouldn't be keys, and remove unused table, and add commentary
|
2024-01-01 16:24:30 -07:00 |
|
|
|
25b1598fcb
|
doc: add more help for the notifications
|
2023-12-26 17:48:14 -07:00 |
|
|
|
05c6ddda02
|
allow a test notification from the notification help screen
|
2023-12-24 21:24:51 -07:00 |
|
|
|
7fe256dc9e
|
log service worker messages to the DB (now works)
|
2023-12-22 12:51:18 -07:00 |
|
|
|
d7f4acb702
|
make more adjustments to try and get logging to work
|
2023-12-21 20:50:35 -07:00 |
|
|
|
4f2cb55753
|
add warning if on unexpected server
|
2023-12-16 08:04:16 -07:00 |
|
|
|
1be6c04699
|
prompt them to fill in their name when sharing their info
|
2023-12-11 16:36:50 -07:00 |
|
|
|
3bf8fd0c22
|
rename "push" to "webPush" for future-proofing
|
2023-12-02 15:28:32 -07:00 |
|
|
|
65a5edf26b
|
allow to customize the push-server for testing
|
2023-11-12 11:35:36 -07:00 |
|
Matthew Raymer
|
e813315dad
|
Fixes and updates
|
2023-11-08 05:52:29 -05:00 |
|
Matthew Aaron Raymer
|
7f0f1b7fc8
|
Merging changes
|
2023-11-08 14:47:48 +08:00 |
|
|
|
85bd807bcc
|
allow view of feed without an identifier
|
2023-11-05 21:46:46 -07:00 |
|
|
|
c388cc8cfe
|
remove lastName and just have a single name field
|
2023-11-05 16:34:18 -07:00 |
|
Matthew Raymer
|
2d38183dce
|
Some updates and nudging toward notification ui
|
2023-10-16 07:43:10 -04:00 |
|
Matthew Raymer
|
082a6eae1f
|
Refactor db setup a bit
|
2023-10-16 18:49:18 +08:00 |
|
Matthew Raymer
|
2c4a920c3c
|
Updates for web push workflow
|
2023-09-08 21:04:50 +08:00 |
|
|
|
94d9c425ad
|
add QR scanner for adding a contact
|
2023-09-07 18:59:19 -06:00 |
|
Matthew Raymer
|
31d13b9143
|
Refactoring for cleanup
|
2023-09-06 20:46:16 +08:00 |
|
|
|
26d9b134c7
|
refactor map selection, and now location selection & cancellation works (but not saving yet)
|
2023-08-31 18:58:34 -06:00 |
|
|
|
8ee610c1bc
|
start the assignment of boundaries for a local search
|
2023-08-29 20:47:22 -06:00 |
|
|
|
0c05505c46
|
allow use of custom derivation path, and add way to increment derivation for existing
|
2023-08-20 19:46:12 -06:00 |
|
Matthew Raymer
|
b6b7c56157
|
DiscoverView searches almost done.
Contact fixes
ContactAmounts fix quick-nav
Cleaning up ProjectView still more to do
Hide advanced by default on StatisticsView
project.task updated
|
2023-07-10 18:03:51 +08:00 |
|
|
|
5747404fd6
|
add marker in feed to show where they've seen claims, plus other small clean-up
|
2023-06-23 20:17:54 -06:00 |
|
|
|
07e7a70d56
|
in feed: add token for authorized request, plus better descriptions
|
2023-06-12 20:29:55 -06:00 |
|
|
|
6daa515d19
|
load feed of give records on home screen
|
2023-06-11 20:37:34 -06:00 |
|
|
|
d5336dbf1b
|
docs & comments & labels
|
2023-06-11 17:02:20 -06:00 |
|
|
|
fc7c1187e8
|
allow to switch the server
|
2023-05-19 13:28:52 -06:00 |
|
|
|
6c05d3105f
|
parameterize main identifier (to prepare the way for multiple)
|
2023-03-25 21:43:51 -06:00 |
|
|
|
c7fa6823bc
|
add DB export
|
2023-03-19 18:23:15 -06:00 |
|
|
|
45b54db01e
|
separate account from other data for backup/restore
|
2023-03-19 16:25:19 -06:00 |
|
|
|
ee32c1aef4
|
Merge branch 'master' into db-set-and-bak
|
2023-03-19 11:30:00 -06:00 |
|
|
|
b3cdcb010a
|
change dateCreated to a string (from a Date object, which persists as a Date object)
|
2023-03-18 20:46:59 -06:00 |
|
|
|
59d621efc1
|
add toggle for displaying give amounts for each contact
|
2023-03-18 20:37:50 -06:00 |
|
|
|
afc175e3e7
|
add settings table to store names (and other things soon)
|
2023-03-18 19:56:57 -06:00 |
|
|
|
cfeabf05a4
|
refactor DB organization (prepping for more tables)
|
2023-03-18 17:04:14 -06:00 |
|
|
|
4fdfe2f824
|
feat: add contacts DB & page
|
2023-03-12 18:30:18 -06:00 |
|
Matthew Aaron Raymer
|
4a407b43ae
|
Fix encrypt-decrypt issue.
|
2022-12-17 13:32:00 +08:00 |
|
Matthew Aaron Raymer
|
c6d0473fab
|
Refactored again. Fields update on Account page
|
2022-12-16 18:46:01 +08:00 |
|
Matthew Aaron Raymer
|
607230b51c
|
Cleaned up old Dexie class. Added mnemonic and dateCreated columns.
|
2022-12-16 13:34:01 +08:00 |
|
Matthew Aaron Raymer
|
c9d5ab82fd
|
Adds an initial account as long as there are no available accounts.
|
2022-12-15 17:52:42 +08:00 |
|
Matthew Aaron Raymer
|
3ac8f911ac
|
DB being created. Still getting an exception.
|
2022-12-15 16:45:38 +08:00 |
|
Matthew Aaron Raymer
|
9232afb5af
|
In transition ... experimenting
|
2022-12-15 16:36:23 +08:00 |
|