Commit Graph
100 Commits
Author SHA1 Message Date
trentlarson 1fbd1da87d add visibility flag set, refactor to see results, and add copy icons for contact info 2024-07-28 20:15:36 -06:00
trentlarson d96770a351 move copy icon for DIDs on contact screen 2024-07-28 17:53:09 -06:00
trentlarson 8d684f1b29 tweak verbiage and make other UI tweaks 2024-07-28 17:09:57 -06:00
trentlarson 6272b3045b fix where it doesn't remove the plan when editing and removing it 2024-07-28 17:09:06 -06:00
trentlarson 375d6ddbe2 fix problem detecting plans when editing gifts 2024-07-28 17:08:44 -06:00
trentlarson f497c53294 hide the details of a claim by default 2024-07-27 18:38:52 -06:00
trentlarson cb8aeeac1b show full contact details, plus other tweaks 2024-07-27 18:22:22 -06:00
trentlarson 6191a4893f add a config for local testing, plus add mobile testing and some instructions 2024-07-27 16:52:44 -06:00
trentlarson 791a35d97c fix one linting error 2024-07-26 19:34:22 -06:00
trentlarson 5647c4627f import & update selected contacts 2024-07-26 19:12:12 -06:00
trentlarson cd04f35224 remove example test file 2024-07-25 18:40:12 -06:00
trentlarson 3f2f334424 add help text, both in general and for download 2024-07-24 20:06:49 -06:00
trentlarson 3b05ae7d9d enhance seed-backup with clipboard copy & more info 2024-07-24 19:23:25 -06:00
trentlarson 81c96a5cd1 make the list of all claims show a link to each specific claim 2024-07-23 20:58:19 -06:00
trentlarson c0df24fe01 add more type casts 2024-07-23 20:57:10 -06:00
trentlarson c16c1689a3 add ability to edit a GiveAction 2024-07-23 20:14:07 -06:00
trentlarson 6ae2329317 refactor out unused DB reference 2024-07-20 07:24:22 -06:00
trentlarson f362f19cbb await all of the db.settings updates 2024-07-20 07:19:27 -06:00
trentlarson e51a7b84a4 fix linting 2024-07-19 21:15:56 -06:00
trentlarson bfa30d691b Merge branch 'passkey-cache' 2024-07-19 20:53:37 -06:00
trentlarson 403327c25a create an identifier by default, while letting them choose if passkeys are enabled 2024-07-19 20:49:43 -06:00
trentlarson fcef84bc82 rename "docs" directory to "doc" 2024-07-19 14:40:48 -06:00
trentlarson 285f0a5e0e add instructions to run tests, and fix linting (for WebStorm) 2024-07-19 14:35:48 -06:00
trentlarson bc59cd5c41 cache the passkey JWANT access token for multiple signatures 2024-07-19 12:44:54 -06:00
trentlarson 9b65fb7ef9 remove remaining getIdentity calls & fix QR code for did:peer 2024-07-15 20:47:10 -06:00
trentlarson f74b399871 reword some things in help 2024-07-15 19:11:12 -06:00
trentlarson 05398b4de7 add BTC donation address 2024-07-15 17:18:22 -06:00
trentlarson 2aedf6c185 move low-level DID-related create & decode into separate folder (#120)
Co-authored-by: Trent Larson <trent@trentlarson.com>
Reviewed-on: #120
Co-authored-by: trentlarson <trent@trentlarson.com>
Co-committed-by: trentlarson <trent@trentlarson.com>
2024-07-13 13:24:54 -04:00
trentlarson bc00eac143 Merge pull request 'Refactor JWT-creation calls through single function' (#119) from passkey-all into master
Reviewed-on: #119
2024-07-11 22:32:30 -04:00
trentlarson 925f3e90bb change first page back to prompts without passkey 2024-07-11 19:54:20 -06:00
trentlarson bc1846a95a consolidate getIdentity & remove dups 2024-07-11 19:43:56 -06:00
trentlarson 674ca1d63c replace remaining didJwt.createJwt calls with one that checks for did:peer 2024-07-11 19:35:17 -06:00
trentlarson f184fe4d51 linting cleanup 2024-07-09 19:42:55 -06:00
trentlarson c67ceebc67 change accessToken to take a DID 2024-07-09 19:20:05 -06:00
trentlarson c200cdbead add expiration inside JWANT & refactor getHeaders to move toward supporting did:peer 2024-07-09 17:56:48 -06:00
trentlarson 2dd6e9b07a make a passkey-generator in start & home pages, and make that the default 2024-07-06 19:12:31 -06:00
trentlarson 33d6b9df96 misc tweaks and linting clean-up 2024-07-06 13:04:15 -06:00
trentlarson 63d0f3c748 misc syntactic & type-checking clean-up 2024-07-06 07:15:46 -06:00
trentlarson 54d14324a1 allow deletion of an identity 2024-07-05 19:37:45 -06:00
trentlarson 05cc5b011d show a loading indicator on the claim-confirmation screen 2024-07-01 17:55:21 -06:00
trentlarson a3b0993855 fill in the "Load More" links for plan linkages 2024-06-30 20:10:18 -06:00
trentlarson 596454fc3d add section for gives provided by a plan 2024-06-30 20:06:47 -06:00
trentlarson 5e39b91ee5 fix type of the raw claim sent 2024-06-29 13:32:13 -06:00
trentlarson dffa007a74 add advanced page & flag for editing raw claims, and fix recipient assignment in detail screen 2024-06-29 10:18:56 -06:00
trentlarson 1c0e0aeeba modify & explain icons next to feed 2024-06-25 11:04:40 -04:00
trentlarson 1147ee4707 refactor display logic a bit (no flow changes intended) 2024-06-25 11:04:40 -04:00
trentlarson e68d4fbe6d passkey test (#116)
Co-authored-by: Trent Larson <trent@trentlarson.com>
Reviewed-on: #116
Co-authored-by: trentlarson <trent@trentlarson.com>
Co-committed-by: trentlarson <trent@trentlarson.com>
2024-06-24 22:21:24 -04:00
trentlarson c3a1571c2f move & resize the contact edit & info buttons 2024-06-22 12:34:30 -06:00
trentlarson fafdccae66 bump version and add "-beta" 2024-06-22 12:23:57 -06:00
trentlarson 1611d22892 bump to v 0.3.14 2024-06-22 12:23:10 -06:00
trentlarson 4c6c85983c fix checkbox verbiage when no project is chosen for a give 2024-06-22 12:06:55 -06:00
trentlarson 978a31a34e fix prompt for already-registered contacts (plus some verbiage) 2024-06-22 11:47:10 -06:00
trentlarson c7c6b7c071 add BX currency, add link for user's activity, tweak verbiage 2024-06-21 20:33:44 -06:00
trentlarson daf692537c improve messaging when user has no offers or projects 2024-06-21 19:52:35 -06:00
trentlarson 6bc7dfd76d fix justification of checkboxes and text so they don't move 2024-06-21 19:25:46 -06:00
trentlarson b87142d3ed give-detail page: add more-correct parameters from confirm-give page, and allow toggling of project & user-recipient 2024-06-21 19:13:19 -06:00
trentlarson 15256bf698 tweak UI for give-confirmation screen 2024-06-21 16:02:08 -06:00
trentlarson 886e22ba88 add Confirm Gift screen for simpler confirmation 2024-06-20 20:52:26 -06:00
trentlarson a85aac9630 fix dependency vulnerabilities 2024-05-24 11:42:36 -06:00
trentlarson 766727c799 bump version and add -beta; enhance help 2024-05-24 10:21:08 -06:00
trentlarson 08b67984e4 bump to verson 0.3.13 2024-05-24 10:19:17 -06:00
trentlarson 50bba70e1f allow link to the large version of a project image 2024-05-24 09:11:20 -06:00
trentlarson 64f5656f41 add an image to projects (which shows on all ProjectIcons except for offers) 2024-05-23 20:51:40 -06:00
trentlarson e3e2031bd8 bump version and add -beta 2024-05-20 08:27:12 -06:00
trentlarson 3cd164b09d update CHANGELOG 2024-05-19 20:03:30 -06:00
trentlarson 141fb39ad1 bump to version 0.3.12 2024-05-19 19:57:02 -06:00
trentlarson 11b662e326 fix the photo share_target, and tweak other verbiage 2024-05-19 19:56:25 -06:00
trentlarson 2de254f9a1 bump version and add -beta 2024-05-19 19:32:38 -06:00
trentlarson 1bf57d3228 add a global error handler 2024-05-19 16:25:44 -06:00
trentlarson 567bcad88d bump to version 0.3.11 (and enhance warning on profile deletion) 2024-05-19 08:39:18 -06:00
trentlarson 9bdb87e9ef set the correct active camera number when it starts 2024-05-17 20:24:33 -06:00
trentlarson e7e1176a83 bump version and add -beta 2024-05-17 12:16:23 -06:00
trentlarson 7b6afe25c5 allow any image URL for gifts & profiles 2024-05-12 21:43:18 -06:00
trentlarson a8ef530d58 allow file choice for gift, plus other UI fixes 2024-05-12 17:55:54 -06:00
trentlarson ee3d4acb58 fix cropping problem where long images go off the screen 2024-05-12 12:39:16 -06:00
trentlarson 36d2e41fea bump to v 0.3.10, fix image upload on Chrome 2024-05-12 12:12:59 -06:00
trentlarson 03ac31d981 Merge pull request 'add a share_target for people to add a photo' (#115) from share-photo into master
Reviewed-on: #115
2024-05-11 20:03:33 -04:00
trentlarson b81c096fe4 add file-chooser to the profile image selection 2024-05-11 12:30:10 -06:00
trentlarson 6bcc0023cd style the sharing screen (plus other fixes) 2024-05-11 07:09:48 -06:00
trentlarson aa7d82c531 add a share_target for people to add a photo 2024-05-10 13:17:20 -06:00
trentlarson a95c398e81 increment version and add "-beta" 2024-04-28 20:10:39 -06:00
trentlarson 874e717e69 bump to version 0.3.9 2024-04-28 20:09:56 -06:00
trentlarson c107073592 disallow new-project page if not registered 2024-04-28 19:16:29 -06:00
trentlarson 3ea5c42769 remove verbiage on front page that's now extra 2024-04-28 19:04:44 -06:00
trentlarson 9157837586 show something to indicate claims were sent (mostly in BVC screens) 2024-04-28 18:36:06 -06:00
trentlarson 751c066bd0 constantly recheck on home screen if not registered 2024-04-28 17:02:31 -06:00
trentlarson c403356055 add registration inside contact import, with flag to hide it 2024-04-28 16:18:30 -06:00
trentlarson 009a7ecdf8 add 'registered' flag in contact info 2024-04-28 13:12:26 -06:00
trentlarson bd148e88a3 for scan on QR code screen, import and keep on that screen 2024-04-27 20:33:10 -06:00
trentlarson bca5adecc9 add tweaks to testing instructions 2024-04-27 14:59:23 -06:00
trentlarson 73f9d7f9e9 add page to view all claims about a DID (which we'll have to restrict to visible people soon) 2024-04-26 20:13:44 -06:00
trentlarson 6f4876e32b fix problem with duplicates in feed, plus some other UI tweaks 2024-04-26 17:05:11 -06:00
trentlarson c1fe8216f6 allow loading more gives & offers & plans when limits are hit on project view 2024-04-26 15:44:09 -06:00
trentlarson 56523da11e remove some 'uppercase' CSS markers 2024-04-25 20:17:49 -06:00
trentlarson 35ec7fd43c put button directly on contacts page to show the given totals 2024-04-24 20:38:34 -06:00
trentlarson 94b5389ce9 change remainder of "confirm" calls to better UX 2024-04-24 20:11:38 -06:00
trentlarson 421b4c1719 replace many of the javascript "confirm" calls with the nicer UX version 2024-04-24 19:52:33 -06:00
trentlarson 6ce3a0703c remove 'moment' library that's no longer used 2024-04-24 18:56:09 -06:00
trentlarson 79b14355d9 add choice of a start date for a project 2024-04-23 20:48:38 -06:00
trentlarson c5102f89b5 add note about confirming your own, plus other helpful verbiage, plus notify messages that don't linger 2024-04-23 09:13:57 -06:00