feat: remember last board, list for new card dialog
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user