From 27c92c90766dc3a3d9fb9727c4a7867c6ecf9561 Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Wed, 22 Jan 2025 11:17:15 -0500 Subject: [PATCH] feat: homepage improvements (#100) --- apps/next.immich.app/routes/+page.svelte | 39 ++++++++++++---------- src/lib/components/Header.svelte | 41 ++++++++++++++++++++++-- 2 files changed, 60 insertions(+), 20 deletions(-) diff --git a/apps/next.immich.app/routes/+page.svelte b/apps/next.immich.app/routes/+page.svelte index 65250f2..ebfae36 100644 --- a/apps/next.immich.app/routes/+page.svelte +++ b/apps/next.immich.app/routes/+page.svelte @@ -9,7 +9,6 @@ appStoreBadge, Button, Heading, - HStack, Icon, Logo, playStoreBadge, @@ -24,38 +23,44 @@ - - + + Self-hosted photo and
video management
solution
Self-hosted photo and video management solution Easily back up, organize, and manage your photos on your own server. Immich helps you
browse, search and organize - your photos and videos with ease, without sacrificing your privacy.
Easily back up, organize, and manage your photos on your own server. Immich helps you browse, search and organize your photos and videos with ease, without sacrificing your privacy. - - - - - + +
+
+ + +
+
+ +
+
Immich application
Download mobile app Download Immich app and start backing up your photos and videos securely to your own server - +
- +
QRCode
diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index b4c17a4..f527974 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -1,8 +1,9 @@ + +{#if menuOpen} +
+ +
+{/if}