Skip to content

Commit 86dede6

Browse files
committed
chore(decrypt-progress): drop dead class and orphan i18n key
- Remove `class:indeterminate` directive on the bar track — no matching rule exists; the indeterminate visual lives on the inner `.bar-indeterminate` element. - Remove the now-unreferenced `filesharing.decryptpanel.decrypting` key from en.json and nl.json (the download page swapped its spinner+text for the DecryptionProgress component).
1 parent 78982b0 commit 86dede6

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib/components/filesharing/DecryptionProgress.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p class="label">
1515
{$_('filesharing.decryptpanel.downloadingAndDecrypting')}
1616
</p>
17-
<div class="bar-track" class:indeterminate={!determinate}>
17+
<div class="bar-track">
1818
{#if determinate}
1919
<div
2020
class="bar-fill"

src/lib/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
"irmaInstructionQr": "Decrypt the files by verifying your e-mail address. Scan the QR code below with the free Yivi app on your phone.",
157157
"irmaInstructionMobile": "Decrypt the files by verifying your e-mail address. Please click the button below to open the Yivi-app.",
158158
"noIrma": "Don't have the Yivi-app yet?",
159-
"decrypting": "Your files are being downloaded and decrypted afterwards.",
160159
"downloadingAndDecrypting": "Downloading and decrypting locally…",
161160
"succes": "Successfully downloaded and decrypted",
162161
"askDownload": "Download",

src/lib/locales/nl.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
"irmaInstructionQr": "Ontsleutel de bestanden door je e-mailadres te verifiëren. Scan de onderstaande QR-code met de gratis Yivi-app op je telefoon.",
157157
"irmaInstructionMobile": "Ontsleutel het bestand door je e-mailadres te tonen. Click daarvoor op de onderstaande knop om naar de identificatie app Yivi te gaan.",
158158
"noIrma": "Nog geen Yivi-app?",
159-
"decrypting": "Jouw bestand wordt gedownload en vervolgens ontsleuteld.",
160159
"downloadingAndDecrypting": "Bezig met downloaden en lokaal ontsleutelen…",
161160
"succes": "Succesvol gedownload en ontsleuteld",
162161
"askDownload": "Download",

0 commit comments

Comments
 (0)