9e98a9ab43
add test for new name-entry & copy-to-clipboard flow
2024-08-24 07:23:49 -06:00
d3a4377935
make the user-name pop-up the preferred way to set the name
2024-08-24 06:36:49 -06:00
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
2024-08-23 20:06:50 -06:00
2d450e6455
add test for registration of new user
2024-08-22 20:21:37 -06:00
7309ba1436
add tests for importing multiple records, fix other confirmation tests
2024-08-21 18:43:28 -06:00
53e77e46dd
fix list of offers (and some other lists), and add tests for offers
2024-08-12 09:25:01 -06:00
61fffbb13e
add a test for empty ID, fix some linting
2024-08-04 07:30:35 -06:00
Jose Olarte III
a410836539
Added IDs for Playwright targeting
2024-07-30 16:35:55 +08:00
44ac98faa8
tweak verbiage and make other UI tweaks
2024-07-28 17:09:57 -06:00
4472c3fbdd
import & update selected contacts
2024-07-26 19:12:12 -06:00
9ca7363388
add help text, both in general and for download
2024-07-24 20:06:49 -06:00
59820a2f01
add more type casts
2024-07-23 20:57:10 -06:00
41a9c65afb
fix linting
2024-07-19 21:15:56 -06:00
b2ebc2992b
cache the passkey JWANT access token for multiple signatures
2024-07-19 12:44:54 -06:00
7cb9e2aa52
replace remaining didJwt.createJwt calls with one that checks for did:peer
2024-07-11 19:35:17 -06:00
bce003e508
change accessToken to take a DID
2024-07-09 19:20:05 -06:00
45f0a14661
add expiration inside JWANT & refactor getHeaders to move toward supporting did:peer
2024-07-09 17:56:48 -06:00
053ee4a748
add advanced page & flag for editing raw claims, and fix recipient assignment in detail screen
2024-06-29 10:18:56 -06:00
1639e7cf25
move & resize the contact edit & info buttons
2024-06-22 12:34:30 -06:00
e88eea7f36
add BX currency, add link for user's activity, tweak verbiage
2024-06-21 20:33:44 -06:00
210605c8e4
bump to version 0.3.11 (and enhance warning on profile deletion)
2024-05-19 08:39:18 -06:00
7d6b210ee1
allow file choice for gift, plus other UI fixes
2024-05-12 17:55:54 -06:00
17c901b1de
add file-chooser to the profile image selection
2024-05-11 12:30:10 -06:00
7f02ba29a3
add a share_target for people to add a photo
2024-05-10 13:17:20 -06:00
ddd32e7f44
show something to indicate claims were sent (mostly in BVC screens)
2024-04-28 18:36:06 -06:00
8a9bb100ea
constantly recheck on home screen if not registered
2024-04-28 17:02:31 -06:00
c48b8246f9
add registration inside contact import, with flag to hide it
2024-04-28 16:18:30 -06:00
8571c78a53
for scan on QR code screen, import and keep on that screen
2024-04-27 20:33:10 -06:00
fccc4edb63
remove some 'uppercase' CSS markers
2024-04-25 20:17:49 -06:00
f4f5fc7730
change remainder of "confirm" calls to better UX
2024-04-24 20:11:38 -06:00
4e877c15f6
change the "give" action on contact page to use dialog box
2024-04-21 16:42:22 -06:00
7cbdc7a099
add code to display profiles in feed, but deactivate it for now
2024-04-20 19:53:11 -06:00
883687f1c3
make so cropping isn't behind header; delete profile image from storage when deleted
2024-04-19 20:13:44 -06:00
581a374b05
show contact's or user's icon in more places
2024-04-19 11:39:01 -06:00
1009574721
crop the image and store online and in settings
2024-04-18 20:27:43 -06:00
50cae65214
add photo to profile page (not yet saved)
2024-04-17 20:07:09 -06:00
0093255246
fix PWA creation & service-worker registration, plus some commentary tweaks
2024-04-09 20:29:21 -06:00
30bd53fb6f
remove non-working interests, enhance error messages, update tasks & changelog
2024-04-09 17:54:17 -06:00
19aa572c95
misc tweaks for new vite build
2024-04-07 18:12:33 -06:00
22cba5babf
Merge remote-tracking branch 'original-origin/master' into feat/vitejs-trent
2024-04-07 09:41:14 -06:00
708ac51f23
avoid a huge error message in a likely-well-known scenario
2024-04-07 09:24:55 -06:00
d727c2841b
add missing Dexie import (which causes failure upon download click)
2024-04-07 09:13:32 -06:00
64e38cb8ff
Merge branch 'master' into ui-additions-2024-03
2024-04-06 17:45:32 -06:00
Jose Olarte III
8da2c8cc30
Additions to Account View
2024-03-29 21:41:14 +08:00
Jose Olarte III
5388e6052c
Button width changes
...
For buttons that are next to each other
2024-03-26 19:55:16 +08:00
f3dc81e6eb
fix: AccountViewView.vue template not resolving dep for dexie-export-import/dist/import
...
Previous error:
Error: The following dependencies are imported but could not be resolved:
dexie-export-import/dist/import (imported by /Users/jason/dev/src/trent/crowd-funder-for-time-pwa/src/views/AccountViewView.vue?id=0)
Are they installed?
at file:///Users/jason/dev/src/trent/crowd-funder-for-time-pwa/node_modules/vite/dist/node/chunks/dep-DJaaTb_D.js:52506:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///Users/jason/dev/src/trent/crowd-funder-for-time-pwa/node_modules/vite/dist/node/chunks/dep-DJaaTb_D.js:51972:38
2024-03-24 11:51:58 -06:00
ef5f81932d
Initial stab at vitejs update
2024-03-24 11:18:29 -06:00
4dd2c044d5
bump to v 0.3.4
2024-03-21 06:56:35 -06:00
Jose Olarte III
3d1c46aef8
Merge branch 'master' into button-visual-enhancement
2024-03-21 15:40:54 +08:00
252952e017
show the image rate limits
2024-03-15 16:42:25 -06:00