From 1b42e54465512a990d0b11ae7e2bf1ca835a1430 Mon Sep 17 00:00:00 2001 From: jerem Date: Mon, 15 Jun 2026 12:09:40 +0200 Subject: [PATCH] =?UTF-8?q?Barres:=20afficher=20le=20%=20utilis=C3=A9=20(b?= =?UTF-8?q?arre=20se=20remplit=20a=20l'usage)=20au=20lieu=20du=20restant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/templates/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/templates/dashboard.html b/backend/templates/dashboard.html index 2f123ec..52910c7 100644 --- a/backend/templates/dashboard.html +++ b/backend/templates/dashboard.html @@ -106,9 +106,9 @@ {{ g.remaining | round | int }}% restant
-
+
-
reset dans {{ g.resets_in }}{% if g.extra %} · {{ g.extra }}{% endif %}
+
{{ (100 - g.remaining) | round | int }}% utilisé · reset dans {{ g.resets_in }}{% if g.extra %} · {{ g.extra }}{% endif %}
{% endfor %} {% if claude.extra %}