Batch comments Pinia migration 1/5: add batch comments Pinia store
What does this MR do and why?
This MR is a part of Migrate MR Batch Comments store from vuex to Pinia (#512721 - closed) & Migrate Diffs and Notes Vuex stores to Pinia (#474653 - closed) efforts.
In this MR we're copying the batch comments Vuex store to a new location, where we'll migrate it to Pinia in the next MR.
Step | MR |
---|---|
Copy store | You are here |
Migrate batch comments store to Pinia | !176486 (merged) |
Migrate batch comments actions spec | !176487 (merged) |
Migrate batch comments mutations spec | !176488 (merged) |
Migrate batch comments getters spec | !176490 (merged) |
Edited by Stanislav Lashmanov