stable

Clone or download

Read-only

feat: Scrollable table

On small viewport, or with lot of matching content, the search result table should be scrollable. Pagination and search criteria remain accessible. vue-frag is used to remove the dummy div element so that flex can do its magic. Note: You have to activate the feature beforehand: tuleap config-set feature_flag_search_for_documents_with_criteria 1 Part of story #24197: search for Documents with criteria Change-Id: Ia66353598ede936085541bfae1020079600bb1c3

Modified Files

Name
M plugins/document/package.json +1 −0 Go to diff View file
M plugins/document/pnpm-lock.yaml +10 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/SearchResultTable.vue +28 −19 Go to diff View file
M plugins/document/themes/_embedded-document.scss +0 −4 Go to diff View file
M plugins/document/themes/_headers.scss +1 −1 Go to diff View file
M plugins/document/themes/_search.scss +87 −1 Go to diff View file