feat(docker-watcher): phase 10 - quick deploy & settings pages

Quick deploy with 3-step flow (paste URL, inspect, deploy).
Settings pages for global config, registries CRUD with test connection,
NPM credentials with masked display. Toast notification system.
Mount Toast component in root layout.
This commit is contained in:
2026-03-27 22:20:20 +03:00
parent 09d185d94e
commit d40cf10f88
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,7 @@
import '../app.css';
import type { Snippet } from 'svelte';
import { page } from '$app/stores';
import Toast from '$lib/components/Toast.svelte';
interface Props {
children: Snippet;
@@ -76,3 +77,5 @@
</div>
</main>
</div>
<Toast />