feat: remember last board, list for new card dialog

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2023-08-22 15:27:21 +02:00
parent 56a00258d4
commit e03e57e5ac
3 changed files with 34 additions and 7 deletions

View File

@@ -129,6 +129,8 @@ export default {
}
this.copiedCard = JSON.parse(JSON.stringify(this.card))
localStorage.setItem('deck.selectedBoardId', this.currentBoard.id)
localStorage.setItem('deck.selectedStackId', this.card.stackId)
},
async updateCardDue(val) {