stable

Clone or download

Read-only

Convert crosstracker store to typescript

part of request #18830 Convert cross tracker search in typescript No functional changes Change-Id: I6678a5377258ca32c3946ea2704a96263ca2df99

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.js +3 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue +3 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/index.js +2 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js +1 −1 Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/store/getters.test.js Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/store/getters.js Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/store/index.js Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/store/mutations.test.js Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/store/mutations.js Go to diff View file
D plugins/crosstracker/scripts/cross-tracker/src/store/state.js +0 −30 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/type.ts +2 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.js +1 −1 Go to diff View file