feat: metadata
Docker Build / build (push) Has been cancelled
Python Lint CI / ruff (push) Has been cancelled
Python Lint CI / ruff-format-check (push) Has been cancelled
Python Lint CI / ty (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-07-16 16:36:55 +02:00
parent 603bd9f108
commit 6a0e162596
6 changed files with 44 additions and 3 deletions
+5
View File
@@ -46,3 +46,8 @@ export interface Alert {
created: Date;
seconds: number;
}
export interface Metadata {
tasks: number;
lists: number;
}