From 10ff9cab3b9d90b8c8ea7bca304cde45d367626f Mon Sep 17 00:00:00 2001 From: andersonid Date: Wed, 2 Apr 2025 21:33:56 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Melhorias=20na=20interface=20do=20modal?= =?UTF-8?q?=20de=20detalhes=20do=20militante=20-=20Adicionado=20efeito=20d?= =?UTF-8?q?e=20blur=20consistente=20em=20todos=20os=20modais=20-=20Corrigi?= =?UTF-8?q?do=20estilo=20do=20bot=C3=A3o=20de=20editar=20para=20manter=20a?= =?UTF-8?q?=20cor=20azul=20padr=C3=A3o=20-=20Adicionado=20backdrop-filter?= =?UTF-8?q?=20no=20modal=20de=20confirma=C3=A7=C3=A3o=20de=20exclus=C3=A3o?= =?UTF-8?q?=20-=20Melhorias=20na=20responsividade=20dos=20modais=20para=20?= =?UTF-8?q?dispositivos=20m=C3=B3veis=20-=20Ajustado=20comportamento=20de?= =?UTF-8?q?=20fechamento=20dos=20modais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/home.html | 204 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 203 insertions(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index 2d52ce9..893d7cc 100644 --- a/templates/home.html +++ b/templates/home.html @@ -112,7 +112,7 @@ {% if ultimos_militantes %}
{% for militante in ultimos_militantes %} - +
{{ militante.nome }}
#{{ militante.id }} @@ -160,6 +160,77 @@ {% endif %}
+ +
+ + + + + +{% block extra_js %} + +{% endblock %} {% endblock %} \ No newline at end of file