chore: migrate to UI modal manager (#20116)

This commit is contained in:
Daniel Dietzler
2025-07-23 23:27:09 +02:00
committed by GitHub
parent c1c9f30ea4
commit f27bdf7523
54 changed files with 58 additions and 196 deletions

View File

@@ -1,7 +1,6 @@
<script lang="ts">
import { modalManager } from '$lib/managers/modal-manager.svelte';
import { deleteAllSessions, deleteSession, getSessions, type SessionResponseDto } from '@immich/sdk';
import { Button } from '@immich/ui';
import { Button, modalManager } from '@immich/ui';
import { t } from 'svelte-i18n';
import { handleError } from '../../utils/handle-error';
import { notificationController, NotificationType } from '../shared-components/notification/notification';