refactor: replace native confirm() dialogs with shared ConfirmService modal #228

Merged
marcel merged 15 commits from feat/issue-207-confirm-modal-service into main 2026-04-12 14:42:20 +02:00
Showing only changes of commit 0b95c90e7a - Show all commits

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { getConfirmService } from '$lib/services/confirm.svelte.js';
import * as m from '$lib/paraglide/messages.js';
import { m } from '$lib/paraglide/messages.js';
// Context must already be set by the parent layout via provideConfirmService().
const service = getConfirmService();