stable
Clone or download
Read-only
Given you have a lot of columns displayed in the search results, When you start to scroll horizontally, Then the title should still be displayed So that you don't loose context. Part of story #24197: search for Documents with criteria Change-Id: Ibaf18ded8ee82ddfc4b4dd1524fff020a42c1500
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellTitle.vue | +29 | −35 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/SearchItemDropdown.test.ts | +0 | −8 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/SearchItemDropdown.vue | +9 | −13 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/SearchResultTable.vue | +45 | −13 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodySkeleton.vue | +6 | −9 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/__snapshots__/TableBodySkeleton.test.ts.snap | +9 | −57 | Go to diff View file |
M | plugins/document/themes/_search.scss | +30 | −14 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_css-var-root.scss | +5 | −1 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_tables.scss | +5 | −0 | Go to diff View file |