* 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
* 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
* '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
* 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
* 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
* SHC QR codes can now be scanned directly from the camera, eliminating the need for
error-prone screenshotting or photos - the scanner will auto-detect an SHC QR code
and proceed to the next step
Many user struggles to navigate back to grassroots after a new window is open (in step 1 or video demo).
Mobile chrome/firefox Users cannot use back button to return (this is ok on Safari because Apple is smart to allow back button to continue to work (despite it's a different window)
* We now register SHCs using a different format than old-style ON cards
* server-side register function has been updated to split out old-style and
SHC registrations and put them into different collections so we can easily
delete old-style data when the code path is turned off
* Record SHCs (minus PII) from unexpected issuers so that we can
proactively learn about and react to new SHC issuers or format changes
* Load API config exactly once and reuse it rather than reloading on every
card generation