|
|
6aab1ff49d
|
consolidate interface and remove copies of code
|
2024-02-24 10:26:12 -07:00 |
|
|
|
3eda5f6b5d
|
show more succinct info in feed, targeted toward user's visibility
|
2024-02-19 19:43:55 -07:00 |
|
|
|
1be899c48d
|
ensure error message shows, and unset register flag if there's an API error
|
2024-02-02 17:40:06 -07:00 |
|
|
|
6aee93ca6c
|
update tasks; enhance an error message & some typescripts
|
2024-02-02 12:25:04 -07:00 |
|
|
|
2e164dfeff
|
tweak messages for missing identifier
|
2024-01-28 13:21:21 -07:00 |
|
|
|
d7530ff56b
|
adjust more UI on the Advanced section, and make other small code & UI tweaks
|
2024-01-27 17:32:17 -07:00 |
|
|
|
2db52cb72e
|
fix default server display in advanced section & refactor UI
|
2024-01-27 14:49:51 -07:00 |
|
|
|
1053b78ab8
|
add sharing & copying instructions when asking contacts for help, and list all the visibleTo DIDs with an English description of their path
|
2024-01-21 15:16:39 -07:00 |
|
|
|
3ebe7bc156
|
put didInfo names in more places and add copy icons for DIDs & IDs
|
2024-01-16 18:58:08 -07:00 |
|
|
|
d7ef07c2e2
|
automatically create an identity on the first page (and other UI tweaks)
|
2024-01-14 21:00:59 -07:00 |
|
|
|
a87179d127
|
change wording from "identity" to "identifier" in many places
|
2024-01-12 16:37:02 -07:00 |
|
|
|
1f05e81b05
|
add notification immediately after setting up subscription, and tweak messaging
|
2024-01-03 21:27:13 -07:00 |
|
|
|
3083bb084a
|
add more notification help instructions; remove confusing, big name-edit button
|
2024-01-02 19:16:54 -07:00 |
|
Jose Olarte III
|
998a1d312f
|
Set max screen content width
|
2024-01-02 15:25:51 +08:00 |
|
|
|
1f13bf772c
|
move wait for service-worker initialization into the notification modal
|
2024-01-01 20:36:23 -07:00 |
|
|
|
def744b3df
|
don't allow notification service-worker interaction until it is ready
|
2024-01-01 20:04:37 -07:00 |
|
|
|
9f3b7314e8
|
Merge branch 'master' into another-download
|
2024-01-01 19:27:52 -07:00 |
|
|
|
920c7bb612
|
adjust look & message on DB download
|
2024-01-01 16:24:36 -07:00 |
|
|
|
7a099183ae
|
remove db.close calls that caused an error when trying to download
|
2023-12-29 13:14:35 -07:00 |
|
|
|
c79dfac1fe
|
add a way to import contacts & settings
|
2023-12-29 12:46:47 -07:00 |
|
|
|
2b06c64664
|
make a backup download for browsers that don't get it automatically
|
2023-12-28 14:42:56 -07:00 |
|
|
|
f8d3fe2ee1
|
enhance service-worker logging, allow for filtered-push test
|
2023-12-27 13:59:24 -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 |
|
|
|
a19aebcb37
|
simplify the notification message logic, hopefully fixing what's on servers
|
2023-12-18 19:12:09 -07:00 |
|
|
|
d0697c1ef4
|
fix top warnings when on prod or non-prod servers
|
2023-12-18 16:06:55 -07:00 |
|
|
|
17c96dd01a
|
fix linting, etc with previous feature (env warning)
|
2023-12-16 17:17:54 -07:00 |
|
|
|
4f2cb55753
|
add warning if on unexpected server
|
2023-12-16 08:04:16 -07:00 |
|
|
|
41c4cbe61a
|
fix more messaging and actions if they don't have an ID
|
2023-12-13 20:05:58 -07:00 |
|
|
|
c8402797ad
|
remove "mute" notifications (since they can turn them off, and the mute functionality isn't built)
|
2023-12-13 19:53:46 -07:00 |
|
|
|
4a09b9b9b1
|
more fixes for when there is no identity
|
2023-12-13 19:46:40 -07:00 |
|
Jose Olarte III
|
ab523639a5
|
Normalized button visual styles
|
2023-12-13 18:48:45 +08:00 |
|
Jose Olarte III
|
0484dfb253
|
Spacing and typography fixes
|
2023-12-13 18:37:03 +08:00 |
|
Jose Olarte III
|
c2839e8a99
|
Mobile-style flushed-right toggle switches
|
2023-12-13 18:22:15 +08:00 |
|
Jose Olarte III
|
e533cd3d34
|
Visual improvements to "set name" button
|
2023-12-13 18:16:15 +08:00 |
|
|
|
ccca93b9f1
|
change some messages, rework tasks
|
2023-12-11 19:19:29 -07:00 |
|
|
|
e6f73dc81c
|
add an unsubscribe to the web push
|
2023-12-10 20:17:14 -07:00 |
|
|
|
0d55a722c5
|
there's no need to capitalize EVERYTHING
|
2023-12-10 18:55:13 -07:00 |
|
|
|
97ef78f5dd
|
add better debug logging for web-push info
|
2023-12-10 18:53:58 -07:00 |
|
|
|
672abac9a9
|
show web-push subscription info on demand, and refine docs
|
2023-12-10 18:43:24 -07:00 |
|
|
|
9c36bb509a
|
bump to v 0.1.5 and other misc tweaks
|
2023-12-09 20:36:51 -07:00 |
|
Matthew Raymer
|
4078853558
|
Merge branch 'sw-cleanup'
|
2023-12-08 23:35:27 -05:00 |
|
|
|
b18e554886
|
add ability to confirm a claim
|
2023-12-08 14:10:01 -07:00 |
|
Matthew Raymer
|
3e2723b744
|
Added auto-control on notification toggle -- be sure to empty browser cache in Storage to assure latest scripts are executing
|
2023-12-07 04:20:41 -05:00 |
|
|
|
a77d20b572
|
show appropriate icon next to amount numbers (and some docs)
|
2023-12-05 17:58:46 -07:00 |
|
|
|
7f4d31a79c
|
Merge branch 'master' into set-push-server
|
2023-12-04 08:55:39 -07:00 |
|
|
|
4041a7d08e
|
more commentary, including for blank values for the user
|
2023-12-02 23:15:50 -07:00 |
|
|
|
681d949098
|
update web push servers to the domains we're using
|
2023-12-02 15:35:44 -07:00 |
|
|
|
3bf8fd0c22
|
rename "push" to "webPush" for future-proofing
|
2023-12-02 15:28:32 -07:00 |
|
|
|
154fcd98a5
|
doc: refactor registration message & tests
|
2023-11-18 14:13:19 -07:00 |
|