This commit is contained in:
Alex Tran
2025-03-01 13:53:22 -06:00
parent b3b15e9b61
commit b192dfff38
4 changed files with 57 additions and 1 deletions
+2
View File
@@ -22,6 +22,7 @@
import { setTranslations } from '@immich/ui';
import '../app.css';
import { t } from 'svelte-i18n';
import QRCodeLoginForm from '$lib/components/shared-components/qrcode-login-form.svelte';
interface Props {
children?: Snippet;
@@ -154,6 +155,7 @@
<UploadPanel />
<NotificationList />
<DialogWrapper />
<QRCodeLoginForm />
{#if $user?.isAdmin}
<VersionAnnouncementBox />