Cleanup broken sw functions

This commit is contained in:
kolaente 2021-07-26 23:09:49 +02:00
parent a9f4d0dff9
commit dcb846324d
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 2 additions and 93 deletions

View file

@ -41,4 +41,4 @@ export default class NamespaceModel extends AbstractModel {
updated: null,
}
}
}
}

View file

@ -223,10 +223,6 @@ export default class TaskModel extends AbstractModel {
icon: '/images/icons/android-chrome-512x512.png',
data: {taskId: this.id},
actions: [
{
action: 'mark-as-done',
title: 'Done',
},
{
action: 'show-task',
title: 'Show task',