From 0f39f3dc24e3d9a06b1ca901f9d36591152362e3 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Wed, 3 Jun 2026 07:38:52 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Edit=20button=20shows=20hidden=20form=20?= =?UTF-8?q?=E2=80=94=20added=20onclick=20to=20remove=20hidden=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Edit button now reveals the form before loading content - Without this, the form was loaded into a hidden div and invisible --- templates/dashboard.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/dashboard.html b/templates/dashboard.html index c4d2793..6962f64 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -95,6 +95,7 @@ hx-get="/events/{{.ID}}/edit" hx-target="#create-event-form" hx-swap="innerHTML" + onclick="document.getElementById('create-event-form').classList.remove('hidden')" style="font-size: 0.75rem;"> Edit