Skip to content

Resolve "Add filtering to project dashboard [FE]"

What does this MR do?

UI for updates for the searching and filtering the project dashboard

  • Add segmented control for All and Personal to Your projects
  • Add segmented control for Trending and All to Explore
  • Move filter box and sorting dropdown into the new search bar for Your projects, starred and explore
    • Change background color for filter box to #fafafa
  • Update search box placeholder text: `Search projects…’
    • Add magnifying glass icon
  • Add sort by label next to sorting dropdown
    • Last updated ASC / DESC
    • Created date ASC / DESC
    • Name ASC / DESC
    • Stars ASC / DESC
  • Move visibility level dropdown between sort and search box
    • Add label for visibility level dropdown
    • Should appear for starred and your projects
  • Update Sorting dropdown options
  • Update specs

Feature flag: project_list_filter_bar

EE port

Before

Screen_Shot_2019-04-16_at_2.29.56_pm

After

Screen_Shot_2019-04-16_at_2.28.59_pm

What are the relevant issue numbers?

#56992 (closed)

Does this MR meet the acceptance criteria?

Closes #56992 (closed)

Edited by Ezekiel Kigbo

Merge request reports