diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index ceeced1..1ddaedf 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,367 +1,426 @@
-
-

{env.PUBLIC_GALLERY_NAME}

-
+
+

{pageTitle}

+ + {#if galleries.length > 1} + + {/if} +
-
-
- {#each photos as photo (photo.id)} - - {/each} -
+
+ {#if !loading && photos.length === 0} +
+ + + +

No images found

+

This gallery doesn't contain any photos yet, or storage is still syncing.

+
+ {:else} +
+ {#each photos as photo (photo.id)} + + {/each} +
+ {/if} -
- {#if loading} -
- {/if} -
-
+
+ {#if loading} +
+ {/if} +
+
{#if activePhoto} -