This PR moves Filters from left sidebar to Search Tools.
Testing instructions
Before this PR
left side bar has 3 filter options that cannot be reset easily
middle column has 2 filter options for ordering that duplicate the ordering of column headers.
This PR should
move Filters from sidebar to Search Tools in middle column. All filters can be reset with the "Clear" button.
remove left sidebar
remove "Type" + "Ascending" (Sort Table by + Select the ordering) fields because they are duplicate. The ordering field + ordering direction can be set by clicking on a column header (fieldname).
Move Filters from sidebar to Search Tools in middle column --> Done
All filters can be reset with the "Clear" button --> Worked fine
remove left sidebar --> Is removed
remove "Type" + "Ascending" (Sort Table by + Select the ordering) fields because they are duplicate. The ordering field + ordering direction can be set by clicking on a column header (fieldname) --> They are removed and the ordering works fine with the column headers
@test success, after applying the patch the filters from the left side now appear on top under "Search tools", tested filters and they work as expected.
@nonumber - that's what I'm wondering as well. Do we have a "design guide" or something? It would be stupid to have the filters once in search tools, then on the right. We should decide what we want to use and then stick to it.
Thanks for all your Code Style corrections! @zero-24