Ryan Slobojan
e1d2cad160
Added Delaware as a supported issuer
2021-10-21 13:30:03 -04:00
Jason Liu
3f54a88078
prep faq for i18n translations
2021-10-21 12:09:21 -04:00
Jason Liu
809a5f2bf6
enabled focus outline for accessibility
2021-10-21 11:33:21 -04:00
Jason Liu
56fa772a8c
Merge branch 'main' of https://github.com/billylo1/covidpass into main
2021-10-21 01:13:56 -04:00
Jason Liu
ef3f6818a3
fixed render photo button placement
2021-10-21 01:13:51 -04:00
Jason Liu
f55e35f13c
added key to dropdown items
2021-10-21 01:13:31 -04:00
Jason Liu
57e55d7eae
added google pay and apple wallet buttons
2021-10-21 01:12:52 -04:00
Ryan Slobojan
b4aa6455c2
Make register failures non-fatal
2021-10-21 00:57:32 -04:00
Jason Liu
ada594ac31
official apple wallet button
2021-10-20 22:41:53 -04:00
Jason Liu
43fa8445df
added back description text
2021-10-20 22:38:27 -04:00
Jason Liu
ad48493fe1
northern->northwest typo fix
2021-10-20 22:35:57 -04:00
Jason Liu
df5f72e40b
created tailwind dropdown component
...
removed react-select
reenabled dark mode
2021-10-20 22:33:40 -04:00
Billy Lo
31273ba793
added Android video demo link
2021-10-20 19:48:09 -04:00
Ryan Slobojan
d2c4e31191
Fix config handling (double-.json()ing it)
2021-10-20 18:09:49 -04:00
Ryan Slobojan
1161e35037
Merge pull request #46 from billylo1/android
...
Google Pay COVID card support
2021-10-20 17:51:06 -04:00
Ryan Slobojan
0f5e212593
Revert "faq updates"
...
This reverts commit 5831ea0b4b
.
2021-10-20 17:50:43 -04:00
Ryan Slobojan
f60569fe92
One last wording tweak before merge
2021-10-20 17:49:48 -04:00
Ryan Slobojan
63cfe63c8e
More wording updates across the board
2021-10-20 17:41:36 -04:00
Billy Lo
5831ea0b4b
faq updates
2021-10-20 17:02:45 -04:00
Ryan Slobojan
527776092e
Wording updates to reflect GPay support
...
* Bumped rev to 2.2.0
2021-10-20 16:40:26 -04:00
Ryan Slobojan
0360e6b6b3
More cleanup and simplification
...
* Remove unneeded build script
* Removed unneeded code and imports
* Ensured /api/config is only called once and reused
2021-10-20 16:23:46 -04:00
Ryan Slobojan
4b66da1589
Code simplification and cleanup
2021-10-20 16:06:17 -04:00
Ryan Slobojan
bb7b8c75d1
Dropped unneeded new packages, moved GPay pass download to window.location.href rather than React Router
2021-10-20 15:49:19 -04:00
Ryan Slobojan
28e482911b
Delete unneeded unused file
2021-10-20 15:39:41 -04:00
Ryan Slobojan
16c6fff7d5
Merge remote-tracking branch 'origin/main' into android
...
* origin/main:
add logo for gpay
2021-10-20 15:38:43 -04:00
Billy Lo
ef289a4890
Merge branch 'main' of https://github.com/billylo1/covidpass
2021-10-20 15:35:08 -04:00
Billy Lo
126c800ea5
add logo for gpay
2021-10-20 15:35:05 -04:00
Billy Lo
50cb5c2290
minor updates to button and environment variables
2021-10-20 14:56:19 -04:00
Billy Lo
4872c8df16
merged with latest on the main branch
2021-10-20 11:03:30 -04:00
Billy Lo
21997d0aa6
Merge branch 'main' into android
2021-10-20 10:45:59 -04:00
Billy Lo
8b8a08558a
generalize client side code we can switch from loyalty to covidcard smoothly
2021-10-20 10:23:48 -04:00
Ryan Slobojan
1ccddb92c3
Add refresh button to fix photo issues on older iPhones
...
Can now click to refresh the image if it doesn't draw right the first time
2021-10-19 17:47:01 -04:00
Ryan Slobojan
b138f78d8a
Another attempt at a fix for Safari image issue
...
* Now rendering card to a full PNG and embedding in page
* Link around PNG is also the full PN as a data URL
* SHould be able to either click or direct-save image
2021-10-18 23:43:40 -04:00
Ryan Slobojan
61bf17a964
Fix for people with only a family name (community-reported bug)
2021-10-18 23:03:15 -04:00
Ryan Slobojan
0a91eadb14
Another attempt to fix Mobile Safari not saving photo cards correctly
...
* Moved photo card right underneath "Save as Photo" button
* Update to latest html-to-image library (1.9.0)
* Added 1px border to photo card
* Hide photo card when camera opened or new file selected
* Rev version to 2.1.5
2021-10-18 18:25:55 -04:00
Ryan Slobojan
ddd6e19266
Merge branch 'main' of github.com:billylo1/covidpass into main
...
* 'main' of github.com:billylo1/covidpass:
no drop down
# Conflicts:
# components/Form.tsx
2021-10-18 13:18:54 -04:00
Ryan Slobojan
8cef67d8f7
Added explanation to step 1 so users know it's optional
2021-10-18 13:09:54 -04:00
Billy Lo
f0853286eb
Merge branch 'main' of https://github.com/billylo1/covidpass
2021-10-18 13:08:22 -04:00
Billy Lo
9630122ca2
no drop down
2021-10-18 13:08:21 -04:00
Ryan Slobojan
464b5585e1
Merge branch 'main' of github.com:billylo1/covidpass into main
...
* 'main' of github.com:billylo1/covidpass:
hot fix to remove the altText of the QR code to improve scannabilitiy
increment version code to 2.1.3
2.1.2 - Added dropdown box for Step 1 to support different provinces
# Conflicts:
# src/passphoto-common.ts
2021-10-18 12:37:53 -04:00
Ryan Slobojan
241b68f300
Fixed Safari image rendering issue
...
* Apparent race condition between rendering/hiding canvas and
saving of file
* Photo card now just remains visible all the time as soon as a
SHC QR code is detected, to eliminate race conditions
2021-10-18 12:36:25 -04:00
Billy Lo
6bd13c086c
hot fix to remove the altText of the QR code to improve scannabilitiy
2021-10-18 12:02:00 -04:00
Billy Lo
d4b7d267d3
increment version code to 2.1.3
2021-10-18 01:16:14 -04:00
Billy Lo
2152af09a0
Merge branch 'main' of https://github.com/billylo1/covidpass
2021-10-18 01:15:21 -04:00
Billy Lo
3af4a148de
2.1.2 - Added dropdown box for Step 1 to support different provinces
2021-10-18 01:14:52 -04:00
Ryan Slobojan
e477f55637
Increment build number
2021-10-17 23:51:12 -04:00
Ryan Slobojan
adb4a27c03
Merge branch 'main' of github.com:billylo1/covidpass into main
...
* 'main' of github.com:billylo1/covidpass:
2.1.1 - updated photo to sync with wallet pass
2021-10-17 23:50:03 -04:00
Ryan Slobojan
e65b85ba7b
Attempted fixes to timing issues in image save
...
* Delay removal of QR codes until second card is generated, rather than right after first
* Don't hide image HTML until after save loading is complete
* Await unawaited toBlob call in image save
2021-10-17 23:49:57 -04:00
Billy Lo
e625cadd00
Merge branch 'main' into android
2021-10-17 19:57:15 -04:00
Billy Lo
5657b28b65
2.1.1 - updated photo to sync with wallet pass
2021-10-17 19:34:18 -04:00