|
|
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 |
|
|
|
f36ecfd8db
|
misc look-and-feel tweaks
|
2023-11-17 13:54:32 -07:00 |
|
|
|
65a5edf26b
|
allow to customize the push-server for testing
|
2023-11-12 11:35:36 -07:00 |
|
|
|
85bd807bcc
|
allow view of feed without an identifier
|
2023-11-05 21:46:46 -07:00 |
|
|
|
eeece8a1b4
|
refactor UI & remove unused code on account screen
|
2023-11-05 18:15:52 -07:00 |
|
|
|
433d0c023e
|
refactor look of identity page
|
2023-11-05 17:55:03 -07:00 |
|
|
|
ac6376243b
|
refactor name setting and other small messaging & types
|
2023-11-05 17:30:23 -07:00 |
|
|
|
a12f033b72
|
refactor type that was a duplication
|
2023-11-05 17:02:24 -07:00 |
|
|
|
c388cc8cfe
|
remove lastName and just have a single name field
|
2023-11-05 16:34:18 -07:00 |
|
|
|
f43ecc98aa
|
tweak notifications on errors and other responses
|
2023-11-05 08:29:36 -07:00 |
|
|
|
7490cfc557
|
Merge branch 'master' into misc2
|
2023-11-03 22:12:31 -06:00 |
|
|
|
0df5a975f3
|
add bottom navigation to edit-plan page
|
2023-11-03 16:17:25 -06:00 |
|
|
|
afc48a5434
|
add IDs for puppeteer test script
|
2023-11-03 13:19:42 -06:00 |
|
|
|
b7892f4dfa
|
Merge branch 'master' into new-web-push
|
2023-09-07 06:12:56 -04:00 |
|
Matthew Raymer
|
5b5c631001
|
Fix typing errors from the refactoring
|
2023-09-07 18:07:53 +08:00 |
|
Jose Olarte III
|
6f4027f614
|
Notification UI changes to accommodate mute
|
2023-09-07 18:03:33 +08:00 |
|
Matthew Raymer
|
31d13b9143
|
Refactoring for cleanup
|
2023-09-06 20:46:16 +08:00 |
|
|
|
6a8b9d36a7
|
move limit checks out of "advanced" section, and always allow registration (for tests)
|
2023-09-04 19:03:45 -06:00 |
|
|
|
4b9cbd0e9f
|
fix all the lint warnings
|
2023-09-04 15:17:32 -06:00 |
|
Matthew Raymer
|
fd43da93a5
|
A whole lot of cleaning going on
|
2023-09-04 20:44:00 +08:00 |
|
|
|
b59bcf249a
|
fix many more typescript errors
|
2023-09-03 21:40:40 -06:00 |
|
|
|
b05b602acd
|
fix many, many more type errors
|
2023-09-03 10:02:17 -06:00 |
|
Matthew Raymer
|
5501ac1a2f
|
Many fixes -- especially and endorserServer
|
2023-09-03 21:08:30 +08:00 |
|
|
|
5c57ee3e72
|
move ID switcher to advanced section
|
2023-08-28 08:18:02 -06:00 |
|
Jose Olarte III
|
6ab92a83bd
|
Added modal dialog for notification permission setting
|
2023-08-18 21:38:26 +08:00 |
|
Jose Olarte III
|
f55e50067f
|
Replaced all alertMessage calls with notiwind
|
2023-07-21 20:26:00 +08:00 |
|
Matthew Raymer
|
e8eae544f3
|
Merge remote-tracking branch 'origin/no-accounts-in-memory'
|
2023-07-18 18:50:55 +08:00 |
|
|
|
bee7c87a8f
|
Merge branch 'master' into no-accounts-in-memory
|
2023-07-17 16:16:44 -04:00 |
|
|
|
6bbc88f86c
|
avoid console errors when no identity exists, and add to tasks
|
2023-07-14 20:54:26 -06:00 |
|
Matthew Raymer
|
b9fdc920ea
|
Remove the old identity management. Update project tasks
|
2023-07-13 18:13:41 +08:00 |
|
Matthew Aaron Raymer
|
0907d59a6a
|
Remove form tags
|
2023-07-13 16:06:09 +08:00 |
|
Jose Olarte III
|
efa59e170f
|
Tweaked router link styles
|
2023-07-12 15:27:59 +08:00 |
|
Matthew Raymer
|
7a4ceaa455
|
Adding Identity Management stubs
|
2023-07-12 15:16:07 +08:00 |
|
|
|
b86323ec83
|
adjust didInfo so we can use DIDs and not identities, removing last of identities in memory
|
2023-07-11 15:30:51 -06:00 |
|
|
|
8add6448fb
|
remove code that keeps the private key (account) data in memory
|
2023-07-11 09:10:25 -06:00 |
|
Matthew Raymer
|
cef346e487
|
Move almost all interfaces to endorserServer.ts
|
2023-07-10 18:45:50 +08:00 |
|
Matthew Raymer
|
fed23a61ee
|
Remove HelloWorld and do sweeping
|
2023-07-10 18:20:13 +08: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 |
|
|
|
3f8be3b4de
|
Merge pull request 'Show the gives to & from a project (plan)' (#37) from project-gives into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#37
|
2023-07-10 00:39:01 -04:00 |
|
|
|
0257901c5b
|
allow viewing of a project without an ID (and other refactors)
|
2023-07-09 09:38:28 -06:00 |
|
|
|
ed7d37c649
|
move QR for contact up, right under header
|
2023-07-09 08:15:51 -06:00 |
|
Matthew Raymer
|
3471afdf25
|
Cleaned up messages and improved the accountsDB lookups
|
2023-07-08 17:39:20 +08:00 |
|
Matthew Raymer
|
e25a83ff1b
|
Move account counter to mounted event
|
2023-07-08 17:19:52 +08:00 |
|
Matthew Raymer
|
08137eb000
|
Updates to contacts UI. Sweep for buildIdentity and buildHeaders
|
2023-07-07 18:28:06 +08:00 |
|
Matthew Raymer
|
754bced2a9
|
Considerable cleanup. I think I also found the issue from the other day with values not loading from settings.
|
2023-07-06 18:12:21 +08:00 |
|
|
|
a27d035e9b
|
Merge branch 'master' into choose-no-id
|
2023-07-06 02:40:00 -04:00 |
|
Matthew Raymer
|
5be67fd4c9
|
Rolled out to all views that had HTML quicknav
|
2023-07-05 17:59:31 +08:00 |
|
|
|
e42b3ff11d
|
allow choice of no identity (for testing)
|
2023-07-04 13:15:52 -06:00 |
|