feat: restructure flow to date-first and add support for long/short days and activities

This commit is contained in:
2026-08-12 13:13:54 +02:00
parent 3d7da6c8da
commit fc01c503b7
9 changed files with 191 additions and 58 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
});
yesBtn.addEventListener("click", () => {
window.location.href = "activity.html";
window.location.href = "datetime.html";
});
})();