stable

Clone or download

Read-only

Convert cross tracker writing mode in TS

request #18830 Convert cross tracker search in typescript No functional changes: you should be able to add/remove trackers and perform search Change-Id: Id17ba0b277565c6ccfad69a2c64c2ff683e7bb23

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/type.ts +4 −0 Go to diff View file
D plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.js +0 −170 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.ts +172 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.vue +87 −83 Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.js Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue +66 −51 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/writing-mode/__snapshots__/TrackerSelection.test.ts.snap +98 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/writing-cross-tracker-report.ts +2 −4 Go to diff View file