From aa8a51216ff7d72d4c00862c62d6caf6321dbb5e Mon Sep 17 00:00:00 2001 From: Alex Rennie-Lis Date: Mon, 29 Jun 2026 00:35:28 +0100 Subject: [PATCH] UI improvements. --- src/routes/+page.svelte | 317 ++++++++++++++++++++++++++++------------ 1 file changed, 220 insertions(+), 97 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6cac9cd..fbb909b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,6 @@ @@ -121,7 +177,7 @@
-

{env.PUBLIC_GALLERY_NAME}

+

{PUBLIC_GALLERY_NAME}

Secure Session
@@ -130,7 +186,7 @@ {#each photos as photo (photo.id)} +
+
+ {activeIndex + 1} / {photos.length} +
- +
+ -
- - - - - - - + + + + + + + + +
+
+ +
+ {#if !isZoomed} + + + + {/if} + +
- - - - + Gallery Content Visual
-
- High-resolution visual +
+
+ {#each photos as thumbPhoto, idx} + + {/each} +
- -

{activePhoto.id}

{/if} \ No newline at end of file