From 97e864bd0626bd144ecb46cfa8c364b972321de6 Mon Sep 17 00:00:00 2001 From: dexx Date: Fri, 5 Jun 2026 22:16:54 +0300 Subject: [PATCH] Add lightbox for full-size image viewing Clicking a card image now opens it full-screen in an overlay. Click anywhere or press Escape to close. Co-Authored-By: Claude Opus 4.6 --- apps/site/src/pages/index.astro | 65 +++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/apps/site/src/pages/index.astro b/apps/site/src/pages/index.astro index 2a8ffa1..e7813be 100644 --- a/apps/site/src/pages/index.astro +++ b/apps/site/src/pages/index.astro @@ -38,6 +38,47 @@ const adminUrl = `${apiUrl}/admin`; + + + +