From 255fe6f7718fd734c9f16b537ba46c60a52dcee2 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 17 Oct 2024 11:07:30 -0300 Subject: [PATCH] feat: add dismiss button and improve hiding for htmx-error-handler --- .../includes/scripts/hyperscript/htmx_error_handler.html | 5 +++-- app/templates/layouts/base.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/templates/includes/scripts/hyperscript/htmx_error_handler.html b/app/templates/includes/scripts/hyperscript/htmx_error_handler.html index bcf8510..b9606dc 100644 --- a/app/templates/includes/scripts/hyperscript/htmx_error_handler.html +++ b/app/templates/includes/scripts/hyperscript/htmx_error_handler.html @@ -1,7 +1,8 @@ diff --git a/app/templates/layouts/base.html b/app/templates/layouts/base.html index 3a27332..45c20aa 100644 --- a/app/templates/layouts/base.html +++ b/app/templates/layouts/base.html @@ -27,9 +27,10 @@ {% block body_hyperscript %}{% endblock %}"> {% include 'includes/navbar.html' %} -