stable

Clone or download

Read-only

extract user specific state in a dedicated module

There is no need to pollute the root state with user specific data. Part of story #13641: See solo cards in their column Change-Id: I31fd839fe31d8f75482d529c3a822e19b30061bb

Modified Files

Name
M plugins/taskboard/scripts/taskboard/index.ts +10 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.vue +4 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/ParentCard.test.ts +12 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/ParentCard.vue +4 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.test.ts +5 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.vue +4 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/index.ts +11 −3 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/store/user/index.ts +29 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/store/user/type.d.ts +24 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.d.ts +0 −3 Go to diff View file