|
|
a7e98c8f1a
|
Merge branch 'master' into projects-view-improvements
|
2023-07-18 06:56:01 -04:00 |
|
Matthew Raymer
|
e8eae544f3
|
Merge remote-tracking branch 'origin/no-accounts-in-memory'
|
2023-07-18 18:50:55 +08:00 |
|
Jose Olarte III
|
7c77578f79
|
Fixes to search bar and list top
|
2023-07-18 17:33:49 +08:00 |
|
Matthew Aaron Raymer
|
0907d59a6a
|
Remove form tags
|
2023-07-13 16:06:09 +08: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 |
|
|
|
0257901c5b
|
allow viewing of a project without an ID (and other refactors)
|
2023-07-09 09:38:28 -06:00 |
|
Matthew Raymer
|
3bd55f3ad2
|
More cleanup and application of new db loading
|
2023-07-08 18:31:12 +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 |
|
Matthew Raymer
|
3b41014083
|
Considerable cleanup and merge
|
2023-07-06 16:59:50 +08:00 |
|
Matthew Raymer
|
5be67fd4c9
|
Rolled out to all views that had HTML quicknav
|
2023-07-05 17:59:31 +08:00 |
|
Matthew Raymer
|
c859778832
|
Add AlertMessage component
|
2023-07-04 19:27:57 +08:00 |
|
Jose Olarte III
|
1d6241abbb
|
Various changes
- Loading animation in Projects view
- Per item icon + spacing fixes in Home view
|
2023-07-01 16:04:32 +08:00 |
|
|
|
c40b690878
|
fix load-project function
|
2023-06-28 20:28:14 -06:00 |
|
Matthew Raymer
|
53f42e1ad3
|
Updates to fix merge and remove console.log
|
2023-06-27 20:07:38 +08:00 |
|
Matthew Raymer
|
5f0bbccbe6
|
Merge branch 'infinitescroll-test'
|
2023-06-27 19:06:41 +08:00 |
|
Matthew Raymer
|
3ec9056901
|
Merging remote master into local
|
2023-06-27 19:06:25 +08:00 |
|
Matthew Raymer
|
6d3ab7c313
|
Added loading settings (no image yet) plus refactored types a little more.
|
2023-06-27 18:57:36 +08:00 |
|
|
|
ea95382fdf
|
change jwtId to rowid for paging within a derivative/cached table
|
2023-06-26 19:20:02 -06:00 |
|
|
|
072b663ec9
|
change comment whitespace to get past lint errors
|
2023-06-26 19:18:38 -06:00 |
|
Matthew Raymer
|
6393a20e7e
|
Documentation added
|
2023-06-26 20:45:13 +08:00 |
|
Matthew Raymer
|
19d934eb28
|
Do a merge
|
2023-06-26 20:02:56 +08:00 |
|
Matthew Raymer
|
49ce7d43b0
|
Refactored and streamlined code. Still having an issue with beforeId?
|
2023-06-26 19:53:28 +08:00 |
|
|
|
42bf34f549
|
fix infinitescroll to work off correct ID
|
2023-06-24 06:45:03 -06:00 |
|
Matthew Raymer
|
071c41b70c
|
Firing properly but no data returned on extended fetch
|
2023-06-24 17:47:18 +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 |
|
Matthew Raymer
|
0726a8d3ba
|
New modules and InfiniteScroll init
|
2023-06-23 18:56:26 +08:00 |
|
|
|
32351b07b7
|
prefer console.error messages for errors
|
2023-05-28 07:10:00 -06:00 |
|
|
|
55b53955fc
|
add page to show mnemonic seed phrase for backup
|
2023-05-19 15:49:34 -06:00 |
|
|
|
fc7c1187e8
|
allow to switch the server
|
2023-05-19 13:28:52 -06:00 |
|
Jose Olarte III
|
67a1a07cab
|
Increased nav z-index to clear other abs/fixed position elements
|
2023-04-02 10:35:05 +08:00 |
|
|
|
6c05d3105f
|
parameterize main identifier (to prepare the way for multiple)
|
2023-03-25 21:43:51 -06:00 |
|
|
|
a7363eadcf
|
feat: add tooltip for latest give description
|
2023-03-22 21:09:15 -06:00 |
|
|
|
0ea123e028
|
fix highlights on bottom row
|
2023-03-20 19:46:17 -06:00 |
|
|
|
07bba55a30
|
add help page; add tasks for rest of "contact giving" functions
|
2023-03-19 19:47:37 -06:00 |
|
|
|
45b54db01e
|
separate account from other data for backup/restore
|
2023-03-19 16:25:19 -06:00 |
|
|
|
9cb10b8561
|
ui: change item on bottom row to 'contacts'
|
2023-03-15 18:49:05 -06:00 |
|
|
|
4fdfe2f824
|
feat: add contacts DB & page
|
2023-03-12 18:30:18 -06:00 |
|
|
|
8b0b65c55b
|
refactor: migrate to handleId (since fullIri will soon be deprecated)
|
2023-02-28 09:12:00 -07:00 |
|
Jose Olarte III
|
da6833a0eb
|
Fixed search bar
|
2023-02-13 18:44:50 +08:00 |
|
Matthew Aaron Raymer
|
99c38079b3
|
More fixes due to typing in catch
|
2023-02-02 17:51:03 +08:00 |
|
|
|
5638798ca8
|
chore: update to match latest API for retrieving plans
|
2023-01-25 09:10:16 -07:00 |
|
|
|
1bedbe17c0
|
feat: adjust to the new endpoints for editable plan records
|
2023-01-23 22:14:46 -07:00 |
|
|
|
4664d697fd
|
feat: restrict to only pull PlanActions for issuer
|
2023-01-19 21:30:00 -07:00 |
|
Matthew Aaron Raymer
|
51600b65d7
|
Add edit project flow in anticipation of API method. Ugly Edit button needs to be replaced.
|
2023-01-17 16:35:38 +08:00 |
|
Matthew Aaron Raymer
|
997093c695
|
Add flow from project list to view
|
2023-01-17 16:13:58 +08:00 |
|
Matthew Aaron Raymer
|
cc57d59717
|
Basic Project list added
|
2023-01-16 18:35:06 +08:00 |
|
Matthew Aaron Raymer
|
41d8df2238
|
Added Project New Button
|
2023-01-09 16:05:45 +08:00 |
|
Matthew Aaron Raymer
|
71546ea605
|
Added new projects view
|
2023-01-09 15:57:58 +08:00 |
|
Matthew Aaron Raymer
|
ba143dfccd
|
Cleanup of some workflow actions and quick nav
|
2022-12-01 16:16:58 +08:00 |
|