You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: hide upload field on /decrypt when UUID is loaded
When the /decrypt page is opened from a QR code or shared link with a
?uuid= parameter (or a #hash payload), the file upload area is no
longer relevant and is confusing alongside the auto-loaded message.
Hide the upload area whenever hashMode is true.
Closes#167
* fix: clarify QR code instructions for first-time Yivi users
QR code instructions previously gave little context, leaving first-time
users unsure what to do. Make the instruction text explicit about Yivi
being a separate app on the user's phone, surface the existing 'What is
Yivi?' help toggle on the encrypt-flow QR popups, and add a description
under the fallback decrypt QR.
Closes#162
* fix: open Yivi app on mobile decrypt page instead of QR
The /decrypt fallback page rendered a QR code on mobile, which is
useless when the user is already on their phone. Mirror the /download
page's pattern: detect mobile and pass mode=deeplink to YiviQRCode so
it auto-clicks the Yivi-app button and triggers the universal link.
Closes#163
---------
Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>
"irmaInstructionHeaderMobile": "Bewijs identiteit met Yivi",
154
-
"irmaInstructionQr": "Scan deze QR code met je Yivi app.",
154
+
"irmaInstructionQr": "Ontsleutel de bestanden door je e-mailadres te verifiëren. Scan de onderstaande QR-code met de gratis Yivi-app op je telefoon.",
155
155
"irmaInstructionMobile": "Ontsleutel het bestand door je e-mailadres te tonen. Click daarvoor op de onderstaande knop om naar de identificatie app Yivi te gaan.",
156
156
"noIrma": "Nog geen Yivi-app?",
157
157
"decrypting": "Jouw bestand wordt gedownload en vervolgens ontsleuteld.",
0 commit comments