Various fixes (#186)

* fix: #181

* fix: use taskHandler as source of truth for imports

* fix: task formatting

* fix: zip downloads

* feat: re-enable import version button on delete + lint
This commit is contained in:
DecDuck
2025-08-15 22:57:56 +10:00
committed by GitHub
parent 5f9b73b228
commit 519057108a
14 changed files with 180 additions and 185 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
model Task {
id String @id
id String
taskGroup String
name String
@@ -12,4 +12,6 @@ model Task {
log String[]
acls String[]
@@id([id, started])
}