feat(dashboard): #82 add chart for sum of account and savings
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-06-19 17:49:07 +02:00
parent 65640aec3b
commit 96e9b4b036
12 changed files with 306 additions and 95 deletions

View File

@@ -4,7 +4,6 @@ htmx.on("htmx:afterSwap", () => {
});
document.addEventListener("DOMContentLoaded", () => {
console.log("DOMContentLoaded");
updateTime(document);
})