From c3a7bdfef72dda0c367ad25bb9864e1016168a7f Mon Sep 17 00:00:00 2001 From: Antoine Van Elstraete Date: Wed, 11 Mar 2026 18:46:04 +0100 Subject: [PATCH] =?UTF-8?q?design:=20refonte=20UI=20=E2=80=94=20journal=20?= =?UTF-8?q?de=20bord=20(Playfair=20+=20JetBrains=20Mono,=20palette=20encre?= =?UTF-8?q?/cr=C3=A8me/ambre)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/base.html | 239 ++++++++++++++++++++++++++++++++-- app/templates/dashboard.html | 126 +++++++++++------- app/templates/entry_form.html | 112 ++++++++-------- app/templates/entry_list.html | 65 ++++++--- app/templates/reports.html | 73 +++++++---- tests/test_routes.py | 2 +- 6 files changed, 453 insertions(+), 164 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 19037e5..145f631 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -3,23 +3,242 @@ - {% block title %}Tableau de bord{% endblock %} + {% block title %}Journal de bord{% endblock %} + + + + - -