feat: backups alignment with Figma (#5559)

* feat: backup admonitions

* feat: align modals + fix backupitem

* fix: body needs opac 80

* fix: lint
This commit is contained in:
Calum H.
2026-03-13 22:27:06 +00:00
committed by GitHub
parent 31b541007d
commit 8a2125ef16
16 changed files with 715 additions and 157 deletions

View File

@@ -32,7 +32,7 @@
:options="languageOptions"
searchable
include-select-all-option
:maxTagRows="2"
:max-tag-rows="2"
placeholder="Select languages"
:disabled="!hasPermission"
/>

View File

@@ -311,6 +311,7 @@
</template>
</InstallingBanner>
</Transition>
<BackupProgressAdmonitions class="mb-4" />
<NuxtPage
:route="route"
:is-connected="isConnected"
@@ -357,6 +358,7 @@ import {
} from '@modrinth/assets'
import type { BusyReason } from '@modrinth/ui'
import {
BackupProgressAdmonitions,
ButtonStyled,
defineMessage,
ErrorInformationCard,