feat: implement modals with vue router 4 #816

Merged
konrad merged 62 commits from dpschen/frontend:feature/vue3-modals-with-router-4 into main 2022-02-05 16:49:04 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit a9fb24aa35 - Show all commits

View File

@ -37,7 +37,10 @@ export const store = createStore({
loading: false,
loadingModule: null,
// This is used to highlight the current list in menu for all list related views
currentList: {id: 0},
currentList: {
id: 0,
isArchived: false,
},
background: '',
hasTasks: false,
menuActive: true,