feat: add scheduled maintenance tasks (#320)

* add scheduled maintenance tasks

* fix failing typecheck
This commit is contained in:
Hayden 2023-02-26 18:42:23 -09:00 committed by GitHub
parent 70297b9d27
commit 025521431e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 521 additions and 121 deletions

View file

@ -360,8 +360,8 @@
},
{
id: "log",
name: "Log",
to: `/item/${itemId.value}/log`,
name: "Maintenance",
to: `/item/${itemId.value}/maintenance`,
},
{
id: "edit",