stable

Clone or download

Read-only

Refactoring: move reading/writing state to Vuex

Part of story #12345 export results to csv How to test: - No functional changes expected in Cross-tracker widget change to reading/writing mode - Reading / writing mode should still be independent when you have two widgets on the same dashboard. Change-Id: If636b4ae9594746d0b09466ce72b1d415794711e

Modified Files

Name
M plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.spec.js +6 −4 Go to diff View file
M plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.vue +4 −3 Go to diff View file
M plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js +4 −0 Go to diff View file
A plugins/crosstracker/www/scripts/cross-tracker/src/app/store/index.js +34 −0 Go to diff View file
A plugins/crosstracker/www/scripts/cross-tracker/src/app/store/mutations.js +28 −0 Go to diff View file
A plugins/crosstracker/www/scripts/cross-tracker/src/app/store/state.js +24 −0 Go to diff View file
M plugins/crosstracker/www/scripts/package-lock.json +5 −0 Go to diff View file
M plugins/crosstracker/www/scripts/package.json +2 −1 Go to diff View file