chore: migrate to immich/ui confirm modal (#20114)

This commit is contained in:
Daniel Dietzler
2025-07-23 22:56:56 +02:00
committed by GitHub
parent bc8cb9b671
commit c1c9f30ea4
12 changed files with 15 additions and 73 deletions

View File

@@ -1,10 +1,9 @@
<script lang="ts">
import FormatMessage from '$lib/components/i18n/format-message.svelte';
import ConfirmModal from '$lib/modals/ConfirmModal.svelte';
import { serverConfig } from '$lib/stores/server-config.store';
import { handleError } from '$lib/utils/handle-error';
import { deleteUserAdmin, type UserAdminResponseDto, type UserResponseDto } from '@immich/sdk';
import { Checkbox, Label } from '@immich/ui';
import { Checkbox, ConfirmModal, Label } from '@immich/ui';
import { t } from 'svelte-i18n';
interface Props {