Skip to content

Apply GitLab UI button styles to projects search

What does this MR do?

Apply GitLab UI button styles to buttons in app/views/shared/projects directory:

  • app/views/shared/projects/_search_bar.html.haml
  • app/views/shared/projects/_sort_dropdown.html.haml

How to test this?

  1. Enable related feature flag: echo "Feature.enable(:project_list_filter_bar)" | rails c
  2. Go to /dashboard/projects

Screenshots (strongly suggested)

before after
gdk.test_3000_dashboard_projects__1_ gdk.test_3000_dashboard_projects__2_

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #231096 (closed)

Edited by David Pisek

Merge request reports

Loading