stable

Clone or download

Read-only

feat: Remove tracker selector dropdown when the XTS widget is in

writting mode Part of story #39330 Choose on which tracker I perform my query In the expert mode there is no need to have the tracker selector since the concerned trackers are now retrieved directly via the query. The default mode still display the tracker selectors To test, you can play with the switch Change-Id: I4f4250af480e721755be0e029fea3d8c19812e7b

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/components/SwitchModeInput.test.ts +17 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/SwitchModeInput.vue +10 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.ts +16 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +1 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.ts +21 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue +13 −2 Go to diff View file