limoncello

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3c37860f5d471d3a12c801507586d47f2e6a55bc
parent aa7c250a486123b7e81900912147bb3a05df3d36
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri, 31 Jul 2026 13:18:17 +0100

Update the summary when values are changed

Diffstat:
Mstatic/app.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/app.js b/static/app.js @@ -26,6 +26,7 @@ async function refreshAllTiles() { await Promise.all([ fetchHTML('/tiles/days?offset=' + daysOffset, 'days-row'), loadMonth(), + fetchHTML('/summary', 'summary'), ]); }