In-app store, torrential backend, locales (#332)

* feat: add store nav and fixes

* fix: reduce password requirement & new task error ui

* fix: client webtoken fix

* fix: delta versions and dockerfile

* fix: use setup platforms for filter & display

* fix: setup not accounted when returning valid options

* feat: tighter delta version support

* feat: dl/disk size

* feat: offload manifest generation to torrential

* fix: bump torrential

* feat: remove droplet

* feat: bump torrential

* feat: convert locales
This commit is contained in:
DecDuck
2026-02-06 00:12:24 +11:00
committed by GitHub
parent 6b614acfd8
commit 13c97cfcfc
82 changed files with 1737 additions and 967 deletions
+6 -7
View File
@@ -7,11 +7,10 @@
<h2
class="mt-10 text-center text-2xl/9 font-bold tracking-tight text-white"
>
Create a passkey
{{ $t("auth.2fa.passkey.createTitle") }}
</h2>
<p class="text-sm text-center text-zinc-400">
WebAuthn, or passkeys, allow you to sign in or complete 2FA with
biometrics or hardware security devices.
{{ $t("auth.2fa.passkey.createDescription") }}
</p>
</div>
@@ -23,9 +22,9 @@
@submit.prevent="attemptPasskeyWrapper"
>
<div>
<label for="name" class="block text-sm/6 font-medium text-gray-100"
>Name</label
>
<label for="name" class="block text-sm/6 font-medium text-gray-100">{{
$t("auth.2fa.passkey.passkeyNameTag")
}}</label>
<div class="mt-2">
<input
id="name"
@@ -41,7 +40,7 @@
<div>
<LoadingButton :disabled="disabled" :loading="loading" class="w-full">
Create
{{ $t("common.create") }}
</LoadingButton>
</div>