Task lists WIP:

* some front end work.
This commit is contained in:
John Livingston
2024-05-06 00:13:20 +02:00
parent d91cbb9e25
commit 22617def5e
8 changed files with 110 additions and 19 deletions

View File

@ -15,6 +15,10 @@ class ChatRoomTaskList extends Model {
list: taskListId
}) ?? []
}
async deleteItem () {
return this.collection.chatroom.taskManager.deleteItem(this)
}
}
export {