Merge branch 'main' into feature/date-math
# Conflicts: # src/views/tasks/ShowTasks.vue
This commit is contained in:
commit
d5f0158b04
29 changed files with 1182 additions and 660 deletions
|
|
@ -520,6 +520,13 @@ export default {
|
|||
},
|
||||
immediate: true,
|
||||
},
|
||||
// Using a watcher here because the header component handles saving the task with the api but we want to decouple
|
||||
// it from the page title.
|
||||
'task.title': {
|
||||
handler(title) {
|
||||
this.setTitle(title)
|
||||
},
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
currentList() {
|
||||
|
|
|
|||
Reference in a new issue