From e05ee3b18661abcd3966064a22502ba4a9ff0999 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Wed, 14 Jan 2026 13:53:35 +0100 Subject: [PATCH] Unify gallery header and grid section --- resources/js/guest/pages/GalleryPage.tsx | 26 +++++++++++------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/resources/js/guest/pages/GalleryPage.tsx b/resources/js/guest/pages/GalleryPage.tsx index 860a6ef..b4bfa44 100644 --- a/resources/js/guest/pages/GalleryPage.tsx +++ b/resources/js/guest/pages/GalleryPage.tsx @@ -315,12 +315,12 @@ export default function GalleryPage() { releaseLabel={t('common.releaseToRefresh')} refreshingLabel={t('common.refreshing')} > - - + +
@@ -347,7 +347,6 @@ export default function GalleryPage() { )}
-
- - {loading && ( - - {t('galleryPage.loading', 'Lade…')} - - )} - + {loading && ( + + {t('galleryPage.loading', 'Lade…')} + + )} + {list.map((p: GalleryPhoto) => { const imageUrl = normalizeImageUrl(p.thumbnail_path || p.file_path); const createdLabel = p.created_at