From 950c3bcfc5923d7924224502ed6dbb1966dc0933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BChn?= Date: Fri, 1 May 2026 10:13:20 +0200 Subject: [PATCH] Hide goal from quick-book when buffer covers a full day If the accumulated buffer (buf) is >= the daily target, the goal is already covered for today and doesn't need to appear in Quick-Buchen. Co-Authored-By: Claude Sonnet 4.6 --- public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.js b/public/app.js index b97b273..3e9dda9 100644 --- a/public/app.js +++ b/public/app.js @@ -773,7 +773,7 @@ function buildCard(g){ // ── Quick-Buchen ────────────────────────────────────────────────────────────── function buildQuickBook(){ - var active=goals.filter(function(g){ var c=calc(g); return tOff(g)