feat: add task deletion for all users

This commit is contained in:
2026-04-15 12:37:57 +02:00
parent 2f2e543a79
commit f8f3641811
4 changed files with 49 additions and 3 deletions

View File

@@ -578,6 +578,11 @@ p {
color: var(--text);
}
.button--danger {
border-color: rgba(225, 29, 72, 0.3);
color: var(--danger);
}
.button--wide {
width: 100%;
}