stable

Clone or download

Read-only

Convert cross tracker reading mode in typescript

request #18830 Convert cross tracker search in typescript How to test: you should be able to add/remove tracker from widget and save changes Change-Id: I0b50e42f97b757748a455bb7b6fce5fa88963e6d

Modified Files

Name
M plugins/crosstracker/package-lock.json +5 −0 Go to diff View file
M plugins/crosstracker/package.json +2 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/backend-cross-tracker-report.ts +12 −7 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/helpers/local-vue-for-test.ts +31 −0 Go to diff View file
D plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js +0 −134 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.ts +157 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +75 −61 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/TrackerListReadingMode.vue +32 −22 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/reading-cross-tracker-report.ts +3 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/type.ts +3 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/writing-cross-tracker-report.ts +6 −4 Go to diff View file