Skip to content

Remove whitespace in sidebar when iterations disabled

Simon Knox requested to merge psi-iteration-sidebar into master

What does this MR do and why?

Remove extra space under 'Milestones' in right issue sidebar when Iterations feature is not available (feature flag disabled or on FOSS).

Screenshots or screen recordings

before after
Screen_Shot_2021-09-20_at_5.01.12_pm Screen_Shot_2021-09-21_at_12.28.59_pm

How to set up and validate locally

  1. Disable the group_iterations feature flag
    Feature.enable(:group_iterations)
  2. Load an issue
  3. Look at right sidebar spacing

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 Simon Knox

Merge request reports