stable

Clone or download

Read-only

feat: Padding adjustments

part of story #39019 Switch mode in Cross tracker search widget How to test: - To configure a widget in expert mode, use the API explorer and do a PUT on a cross-tracker report, providing report_mode=expert. - Write a query using SELECT. In each mode "default" or "expert": - When you click on the top section to edit the query, the top section where you select the project and trackers only has "medium-spacing" padding around it. - When you click on "Search", the top section that lists the selected trackers and the query only has "medium-spacing" padding around it. - No other functional change. Change-Id: I88d92d851228dfa0ba874fbfa50c62db3c6efc6c

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/table/ArtifactTable.vue +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +28 −8 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/TrackerListReadingMode.vue +8 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue +16 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/themes/_reading-mode.scss +0 −34 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/themes/_writing-mode.scss +0 −14 Go to diff View file