From ca55d0f4cd5a76c6fac37c4c676d90c6287593f2 Mon Sep 17 00:00:00 2001 From: Nekori Date: Fri, 23 Apr 2021 12:27:53 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20visuel=20des=20boutons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/base.html | 3 +++ html/export_yaml_to_html.py | 24 ++++++++---------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/html/base.html b/html/base.html index 0bccb28..cb6d134 100644 --- a/html/base.html +++ b/html/base.html @@ -57,6 +57,9 @@ $(".navbar-burger").toggleClass("is-active"); $(".navbar-menu").toggleClass("is-active"); }); + $(".button").click(function() { + $(this).addClass("is-loading"); + }); // Redirige vers la page tapé dans la barre de recherche | recheche brut, possible d'amélioration avec // auto-complétion, créer une page web "page n'existe pas", recherche par motsclés, page avec une liste des // pages web possibles en fonction de ce que entre l'utilisateur diff --git a/html/export_yaml_to_html.py b/html/export_yaml_to_html.py index e8e5b10..8398c58 100644 --- a/html/export_yaml_to_html.py +++ b/html/export_yaml_to_html.py @@ -91,30 +91,26 @@ template = env.from_string(""" {% extends "base.html" %} {% block title %}{{data.code}} - {{data.nom}}{{data.titre}}{% endblock %} {% block content %} -