Skip to content

Improve list of sorting options

blackst0ne requested to merge blackst0ne/gitlab-ce:improve_sorting_list into master

What does this MR do?

  1. It changes the sorting dropdown items in issuables.
  2. It removes no longer needed tests.
  3. It updates current tests to match new items in the dropdown.
  4. It keeps current sorting items in the backend code and adds new ones (old items are needed for other pages where the sorting is not touched by this MR).

Why was this MR needed?

It improves the UX

Screenshots (if relevant)

Before After
image image

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #36929 (closed)

Edited by blackst0ne

Merge request reports