From 23149965d7712f03c31f87de3e468f1b0f669c89 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 5 Mar 2026 13:59:41 +0000 Subject: [PATCH] Update gallery to display optimized image versions Modify gallery component and data to serve responsive, lightweight image thumbnails and larger versions, improving load times and adapting display based on device. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1f7e7e89-a520-4970-9645-37daadc466dc Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f1420c1e-4f64-45ac-8faa-195262328364 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/1f7e7e89-a520-4970-9645-37daadc466dc/5JDNRWP Replit-Helium-Checkpoint-Created: true --- client/src/components/photo-gallery.tsx | 2 +- server/gallery-data.json | 704 ++++++++++++------------ 2 files changed, 353 insertions(+), 353 deletions(-) diff --git a/client/src/components/photo-gallery.tsx b/client/src/components/photo-gallery.tsx index 34dd5a2..7dac865 100644 --- a/client/src/components/photo-gallery.tsx +++ b/client/src/components/photo-gallery.tsx @@ -337,7 +337,7 @@ export default function GalleryPage() { className="group relative rounded-lg overflow-hidden bg-card border border-card-border cursor-pointer flex flex-col" data-testid={`button-gallery-image-${i}`} > -
+