feat(dashboard): #82 add chart for sum of account and savings
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m40s

This commit is contained in:
2025-06-19 13:28:49 +02:00
parent c9bf320611
commit 5b07145f47
13 changed files with 241 additions and 173 deletions

View File

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