|
|
959f5f6f63
|
add another sample boundary frame for the certificate view of a claim
|
2024-12-18 16:08:48 -07:00 |
|
|
|
6d1681cb07
|
refine claim certificate view
|
2024-12-18 16:05:43 -07:00 |
|
|
|
e9aeec48ed
|
fix a missed accountsDB reference
|
2024-12-14 14:30:51 -07:00 |
|
|
|
5a56f9ab30
|
tweak verbiage
|
2024-12-13 13:42:21 -07:00 |
|
|
|
0a314934b8
|
add invite-one-accept screen dedicated to accepting invitations
|
2024-12-13 13:27:22 -07:00 |
|
|
|
49aff7e488
|
fix the wording on accepted invite
|
2024-12-11 08:29:40 -07:00 |
|
|
|
7a80474c5c
|
don't allow clicking on the invite link if they're not registered
|
2024-12-10 20:20:24 -07:00 |
|
|
|
6ffbcfa9a1
|
catch more errors if something catastrophic happens to encrypted data
|
2024-12-10 20:02:49 -07:00 |
|
|
|
6274f083a1
|
add DB file for the secret
|
2024-12-08 21:21:16 -07:00 |
|
|
|
bb3807a805
|
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
|
2024-12-08 19:34:31 -07:00 |
|
|
|
fb0d855fac
|
rename variables for clarity
|
2024-12-04 20:31:59 -07:00 |
|
|
|
e6f5511dbb
|
add page for a printable certificate (which works but isn't too impressive yet)
|
2024-12-01 20:20:03 -07:00 |
|
|
|
76280b7ee5
|
add periods "." at the end of the giver & receiver sentences
|
2024-11-30 17:28:46 -07:00 |
|
|
|
9861a1388e
|
allow to deselect the giver & refactor dialog to group giver vs recipient
|
2024-11-30 17:27:16 -07:00 |
|
|
|
5effb76cf5
|
ensure overlays show on top of relative+absolute positioning like green pluses
|
2024-11-30 15:30:17 -07:00 |
|
|
|
658214abb6
|
fix linting
|
2024-11-30 14:36:45 -07:00 |
|
|
|
f1163d8302
|
add words under feed, add big "plus" on first page, and reword some things
|
2024-11-30 14:33:31 -07:00 |
|
|
|
7acf921e82
|
refactor some verbiage & look-and-feel
|
2024-11-30 13:16:58 -07:00 |
|
|
|
5fc021b197
|
fix problem on claim view showing issuer name
|
2024-11-29 19:57:38 -07:00 |
|
|
|
92fbde4f51
|
fix error on project screen hitting "back" with the chevron
|
2024-11-29 19:57:05 -07:00 |
|
|
|
f7fd568c60
|
add tests for gives to & from projects
|
2024-11-29 10:42:58 -07:00 |
|
|
|
10bb79f695
|
refactor project screen: add action to record a give from it, and add checks to give confirmation buttons
|
2024-11-28 11:26:51 -07:00 |
|
|
|
60f066bda0
|
change default reminder message; show people & unnamed icons blue for clickable
|
2024-11-24 20:14:30 -07:00 |
|
|
|
fa46663dda
|
fix problem when notification subscription isn't found
|
2024-11-24 17:40:29 -07:00 |
|
|
|
7777fa202b
|
finish separation of daily reminder message, bump version to 0.3.34
|
2024-11-24 13:09:40 -07:00 |
|
|
|
8735fe44db
|
change the notification detection to our own variables, and save the selected time
|
2024-11-20 19:55:51 -07:00 |
|
|
|
2a652d2079
|
make the import selection more obvious, plus other verbiage
|
2024-11-18 18:22:11 -07:00 |
|
|
|
75fb4da42d
|
move push notification setup out of an App.vue Notification and into a component
|
2024-11-18 17:00:06 -07:00 |
|
|
|
6dc44b2494
|
move more logging into the database
|
2024-11-17 18:16:22 -07:00 |
|
|
|
2c0c7ac256
|
add minute to notification scheduling & fix a bug, plus other tweaks
|
2024-11-15 20:39:08 -07:00 |
|
|
|
a1c1c9f805
|
add way to quickly import test data when on a test instance
|
2024-11-11 16:37:28 -07:00 |
|
|
|
a73f0239c9
|
fix problem not showing user's projects on project page
|
2024-11-07 18:48:52 -07:00 |
|
|
|
8466bb0b1f
|
fix linting problem (NOW we'll deploy 0.3.33)
|
2024-11-07 18:24:01 -07:00 |
|
|
|
bacf9d7de6
|
fix problem with "Affirm Delivery" on offer claim page, plus other look-and-feel tweaks
|
2024-11-07 18:17:33 -07:00 |
|
|
|
c004706425
|
add pages to see all the offers to user and offers to user's projects
|
2024-11-05 19:03:12 -07:00 |
|
|
|
0d880d1edc
|
add "+" to numbers if hit limit (>50), fix linting
|
2024-11-05 09:06:04 -07:00 |
|
|
|
195ba6c759
|
add new projects to front page
|
2024-11-04 19:57:39 -07:00 |
|
|
|
5f452dcf73
|
add tests for new activity of offers-directly-to-user
|
2024-11-03 20:09:54 -07:00 |
|
|
|
fcec9e53f5
|
add better verbiage when an offer has both description and amount
|
2024-11-03 17:30:40 -07:00 |
|
|
|
dbf010c1fe
|
mark new-activity offers as seen, and mark them unseen again
|
2024-11-03 17:20:54 -07:00 |
|
|
|
67b2b7199a
|
fix tests (from project-page switch 4 commits ago) and fix linting
|
2024-11-03 15:23:03 -07:00 |
|
|
|
4168c37074
|
add large notice when user has a new offer to them
|
2024-11-03 10:39:28 -07:00 |
|
|
|
8a61d9df45
|
various look-and-feel improvements
|
2024-11-01 20:32:39 -06:00 |
|
|
|
eb90c9ebae
|
still 0.3.31, fix linting
|
2024-10-25 15:14:37 -06:00 |
|
|
|
e1d0a2b02c
|
bump to version 0.3.31, tweak messaging to include offers
|
2024-10-25 15:12:06 -06:00 |
|
|
|
42dcb3b43c
|
tweak onboarding messages
|
2024-10-24 20:50:27 -06:00 |
|
|
|
00b191c4fd
|
suggest new user going to the front page
|
2024-10-24 20:04:08 -06:00 |
|
|
|
45214eabc5
|
adjust tests for new onboarding messages
|
2024-10-23 09:07:34 -06:00 |
|
|
|
53abf964b2
|
add basic page-by-page onboarding help
|
2024-10-23 08:27:16 -06:00 |
|
|
|
6f880d0df1
|
fix bad link to project page, fix improper action on invite-add-contact cancel
|
2024-10-12 20:55:55 -06:00 |
|