From 7ab94a14d0a5cb418dfca0961db68d5412677220 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Mon, 1 Jun 2026 23:57:17 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20add=20=C3=97=20close=20button=20to=20im?= =?UTF-8?q?age=20lightbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added visible close button (×) top-right of image overlay - Image clicks no longer propagate (prevents accidental close) - Overlay background click still closes --- templates/event_expenses.html | 3 ++- templates/expense_list.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/event_expenses.html b/templates/event_expenses.html index edb1d73..acb30fa 100644 --- a/templates/event_expenses.html +++ b/templates/event_expenses.html @@ -59,7 +59,8 @@ {{if .ImagePath}} {{end}} {{end}} diff --git a/templates/expense_list.html b/templates/expense_list.html index 0bebf1d..7c14866 100644 --- a/templates/expense_list.html +++ b/templates/expense_list.html @@ -47,7 +47,8 @@ {{if .ImagePath}} {{end}}