Commit Graph
100 Commits
Author SHA1 Message Date
trentlarson ccca93b9f1 change some messages, rework tasks 2023-12-11 19:19:29 -07:00
trentlarson 1be6c04699 prompt them to fill in their name when sharing their info 2023-12-11 16:36:50 -07:00
trentlarson 2c33febb0e fix location of web-push unsubscribe action 2023-12-10 20:22:41 -07:00
trentlarson e6f73dc81c add an unsubscribe to the web push 2023-12-10 20:17:14 -07:00
trentlarson 0d55a722c5 there's no need to capitalize EVERYTHING 2023-12-10 18:55:13 -07:00
trentlarson 97ef78f5dd add better debug logging for web-push info 2023-12-10 18:53:58 -07:00
trentlarson 672abac9a9 show web-push subscription info on demand, and refine docs 2023-12-10 18:43:24 -07:00
trentlarson 0607fad3e5 remove the 'never' option for notifications & close on 'maybe later' 2023-12-10 17:41:03 -07:00
trentlarson 6aa89a1d1d update icon and favicon 2023-12-10 16:53:35 -07:00
trentlarson 2556d5feb9 Merge pull request 'add hash to help page for tracking exact versions' (#95) from git-hash into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#95
2023-12-10 11:21:23 -05:00
trentlarson 3c1654764c add commit hash to help page 2023-12-10 09:20:03 -07:00
trentlarson 4c1e229d62 compute commit hash with git-describe 2023-12-10 09:18:07 -07:00
trentlarson 17444d75de remove references to test file 2023-12-10 08:59:25 -07:00
trentlarson f2fb432d2e update documentation for going to production 2023-12-09 22:15:24 -07:00
trentlarson e45689daed bump version to next beta 2023-12-09 21:21:35 -07:00
trentlarson 041308ebc9 fix app name so that it'll build 2023-12-09 20:39:17 -07:00
trentlarson 9c36bb509a bump to v 0.1.5 and other misc tweaks 2023-12-09 20:36:51 -07:00
trentlarson 2c300614ef add claim info link to offer & give lines on a project 2023-12-08 22:31:49 -07:00
trentlarson 8849e8806a Merge pull request 'allow changing the units being given' (#90) from other-units into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#90
2023-12-09 00:22:32 -05:00
trentlarson f75094283a Merge branch 'master' into other-units 2023-12-09 00:22:20 -05:00
trentlarson 0fabccd410 revert util.d.ts to original (different spacing & capitalization) 2023-12-08 22:04:28 -07:00
trentlarson fa856f7594 Merge pull request 'add ability to view specific details of a claim, and also confirm it' (#91) from claim into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#91
2023-12-08 23:24:41 -05:00
trentlarson 59d0772881 ask for confirmation before submitting a confirm claim 2023-12-08 14:13:23 -07:00
trentlarson b18e554886 add ability to confirm a claim 2023-12-08 14:10:01 -07:00
trentlarson 098ef3c644 add Claim view for details about a specific server record 2023-12-08 11:40:09 -07:00
trentlarson 6045975b79 add more tasks for notifications work 2023-12-07 20:44:48 -07:00
trentlarson a6bb036ceb fix name of new HelpNotificationsView class 2023-12-07 20:35:29 -07:00
trentlarson 1e2ad85547 add dedicated help page for looking into notifications 2023-12-07 20:33:17 -07:00
trentlarson 4daffe8f40 doc: fix note about remaining py_push_server work 2023-12-06 14:35:57 -07:00
trentlarson efb1922826 Merge pull request 'other-smalls' (#89) from other-smalls into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#89
2023-12-06 16:22:55 -05:00
trentlarson c6e10bfdad update tasks 2023-12-05 20:03:19 -07:00
trentlarson bb122be319 add URL for plans 2023-12-05 19:55:44 -07:00
trentlarson 3f436476a2 fix project loading & saving to include all the claim data 2023-12-05 18:47:56 -07:00
trentlarson a77d20b572 show appropriate icon next to amount numbers (and some docs) 2023-12-05 17:58:46 -07:00
trentlarson 393d1583ae allow changing of units being given 2023-12-05 14:55:00 -07:00
trentlarson a12d7fcc1b refactor task list 2023-12-04 20:02:09 -07:00
trentlarson 69c60e5426 change verbiage from "project" to "idea" 2023-12-04 19:55:57 -07:00
trentlarson 4806acc30e increase max characters for project description 2023-12-04 19:51:29 -07:00
trentlarson 1127d7079b remove outdated check, refactor tasks 2023-12-04 19:42:04 -07:00
trentlarson 0bbadfec6d add contact import by URL, add error notification, refine tasks 2023-12-04 19:21:03 -07:00
trentlarson 276d8b2f19 refine tasks & an error message 2023-12-04 17:27:36 -07:00
trentlarson a7fbbbd4cd fix more paths where there may be no ID 2023-12-04 15:54:03 -07:00
trentlarson a8d362c14d don't show note about registering if this user isn't registered 2023-12-04 13:36:51 -07:00
trentlarson ce5933f645 remove visibility to contact operations where there is no activeDid 2023-12-04 13:29:16 -07:00
trentlarson 5cbf917ada don't show non-message to user; fix API server setting; misc doc & task stuff 2023-12-04 09:34:27 -07:00
trentlarson 7335412145 revert type complaint, which is opposite from previous suggestion, which 8-S 2023-12-04 09:31:24 -07:00
trentlarson feea1a1d3b Merge pull request 'allow to customize the push-server for testing' (#80) from set-push-server into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#80
2023-12-04 10:59:22 -05:00
trentlarson 7f4d31a79c Merge branch 'master' into set-push-server 2023-12-04 08:55:39 -07:00
trentlarson 4041a7d08e more commentary, including for blank values for the user 2023-12-02 23:15:50 -07:00
trentlarson 681d949098 update web push servers to the domains we're using 2023-12-02 15:35:44 -07:00
trentlarson 3bf8fd0c22 rename "push" to "webPush" for future-proofing 2023-12-02 15:28:32 -07:00
trentlarson fa41fb3415 enhance documentation 2023-12-02 15:13:56 -07:00
trentlarson 1b9ae96006 fix linting that caused failures 2023-12-01 11:06:50 -07:00
trentlarson 606d9ec734 fix the result count when the search filters change 2023-11-30 20:30:00 -07:00
trentlarson 7a3bd069b8 fix keyword search to work for both local and everywhere searches 2023-11-30 20:15:54 -07:00
trentlarson b1ac9e71cb Merge pull request 'copy contact JWT URL; add project ID to URL' (#85) from more-small2 into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#85
2023-11-27 20:39:12 -05:00
trentlarson c1176fa24d clear search results on restarting search 2023-11-26 20:08:30 -07:00
trentlarson 1cf6660e6c move both the contributions to & from this project to the last column (for when they both show) 2023-11-26 18:49:48 -07:00
trentlarson 6957678474 include project ID in the URLs to the project-details page 2023-11-26 18:42:28 -07:00
trentlarson 889b6d5737 update tasks 2023-11-26 18:22:35 -07:00
trentlarson 1be10b1511 add ability to copy the QR code (even though we don't have a way to read it in yet) 2023-11-26 18:20:15 -07:00
trentlarson 85405317ee update name of the app, and update version to 0.1.4 2023-11-23 11:15:48 -07:00
trentlarson 072497a553 Merge pull request 'add checkbox for given-to-user since sometimes it's to someone else' (#84) from to-me-checkbox into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#84
2023-11-21 22:03:22 -05:00
trentlarson 8a33ccfdcf add checkbox for given-to-user since sometimes it's to someone else 2023-11-20 20:41:26 -07:00
trentlarson 7311d36726 bump to v 0.1.4 2023-11-20 19:28:36 -07:00
trentlarson 7e819ea4de fix location checkbox so that we can uncheck it 2023-11-20 19:23:22 -07:00
trentlarson 607666a2f9 add display of offers on project page 2023-11-19 19:44:11 -07:00
trentlarson 0a618cc4ff add button to record an offer on a project 2023-11-19 17:08:42 -07:00
trentlarson ab1a725c1b fix & doc: don't show number of projects until loaded; refactor task list 2023-11-18 15:18:55 -07:00
trentlarson 46d76013e8 make a back button at the top and the tabs at the bottom of each page 2023-11-18 14:49:38 -07:00
trentlarson faf8f4f6a9 feat: default to remote project search if no search area filter is selected 2023-11-18 14:38:55 -07:00
trentlarson 154fcd98a5 doc: refactor registration message & tests 2023-11-18 14:13:19 -07:00
trentlarson c391385500 feat & doc: automatically set visibility & alert about registration, alert to help onboard (and refine docs & tasks) 2023-11-18 13:43:01 -07:00
trentlarson b64f35869e fix: update openssl script according to new info 2023-11-18 06:25:30 -07:00
trentlarson 92fcffdfc5 update the script commands for JWT signature generation & validation 2023-11-17 20:33:57 -07:00
trentlarson 5f5562f5e3 doc: update tasks 2023-11-17 17:47:41 -07:00
trentlarson 74ed025377 move search area selection out of discover onto it's own screen 2023-11-17 15:23:48 -07:00
trentlarson f36ecfd8db misc look-and-feel tweaks 2023-11-17 13:54:32 -07:00
trentlarson ee6a344daf doc: add a guess for the states of the notifications 2023-11-12 19:03:39 -07:00
trentlarson 65a5edf26b allow to customize the push-server for testing 2023-11-12 11:35:36 -07:00
trentlarson 73f890beac modify English verbiage for push-server instructions 2023-11-11 22:26:10 -07:00
trentlarson 67dce9e678 allow for a project ID in the URL 2023-11-11 22:25:06 -07:00
trentlarson 2b66ddfb83 update CHANGELOG 2023-11-11 13:25:05 -07:00
trentlarson 56fc2893a2 fix version in package-lock; modify a project task 2023-11-11 13:11:40 -07:00
trentlarson 30d45c0acf tweak some more tasks (so it's clear which ones require UI expertise) 2023-11-06 18:07:57 -07:00
trentlarson 221bb2a27c move other route into alphabetical order (no logic changes) 2023-11-06 18:04:35 -07:00
trentlarson 2961e29831 move routes into alphabetical order (no logic changes) 2023-11-06 09:09:34 -07:00
trentlarson 5ae5e110c2 refine task list 2023-11-06 09:08:56 -07:00
trentlarson 20c2954be1 remove unused properties 2023-11-06 08:59:31 -07:00
trentlarson a848e1fa81 Merge pull request 'consolidate into GiftedDialog because the result was always the same' (#76) from more-smalls into master
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#76
2023-11-06 07:56:07 -05:00
trentlarson 85bd807bcc allow view of feed without an identifier 2023-11-05 21:46:46 -07:00
trentlarson eeece8a1b4 refactor UI & remove unused code on account screen 2023-11-05 18:15:52 -07:00
trentlarson bbfc1e1007 modify naming for unnamed gifter 2023-11-05 18:05:59 -07:00
trentlarson 433d0c023e refactor look of identity page 2023-11-05 17:55:03 -07:00
trentlarson ac6376243b refactor name setting and other small messaging & types 2023-11-05 17:30:23 -07:00
trentlarson a12f033b72 refactor type that was a duplication 2023-11-05 17:02:24 -07:00
trentlarson 42cd7d00de fix message to user 2023-11-05 17:02:05 -07:00
trentlarson c388cc8cfe remove lastName and just have a single name field 2023-11-05 16:34:18 -07:00
trentlarson 6d4d4e40c3 Merge branch 'master' into more-smalls 2023-11-05 15:55:13 -07:00
trentlarson 3b39faf173 fix linting error 2023-11-05 15:51:47 -07:00