Compare commits

...

2 Commits

Author SHA1 Message Date
lukas 2f433c92da Update uv.lock
Django CI/CD / test (push) Successful in 44s
Django CI/CD / build-and-push (push) Successful in 1m26s
2026-05-12 18:57:13 +02:00
lukas 5b2b79f553 Fix comment not being a comment 2026-05-12 18:56:58 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
}
});
</script>
// hx-swap-oob makes sure the modal gets removed upon any HTMX response
<!-- hx-swap-oob makes sure the modal gets removed upon any HTMX response -->
<div id="global-modal-container" hx-swap-oob="true"></div>
<div x-data="toastStore()"
Generated
+1 -1
View File
@@ -822,7 +822,7 @@ wheels = [
[[package]]
name = "timetracker"
version = "1.6.1"
version = "1.7.0"
source = { editable = "." }
dependencies = [
{ name = "croniter" },