Skip to content

Fix epic header actions when feature flag is off

Ammar Alakkad requested to merge aalakkad/fix-epic-action-headers into master

What does this MR do and why?

It will remove the extra border in the epic actions dropdown when moved_mr_sidiebar feature flag is disabled.

Related to #373757 (closed)

Screenshots or screen recordings

Desktop

Before After
Screenshot_2023-09-20_at_13.49.07 Screenshot_2023-09-20_at_13.02.42

Mobile (browser-emulated)

Before After
Screenshot_2023-09-20_at_13.51.25 Screenshot_2023-09-20_at_13.51.08

How to set up and validate locally

  1. In bin/rails console disable Feature.disable(:moved_mr_sidebar)
  2. Navigate to to an epic page (e.g. http://gdk.test:3000/groups/gitlab-org/-/epics/2)
  3. Observe the epic actions dropdown

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Ammar Alakkad

Merge request reports