Skip to content

Show toggle sidebar icon on mobiles when `issueAssigneesWidget` FF is on

Deepika Guliani requested to merge 415240-collapse-sidebar-on-mobile-1 into master

What does this MR do and why?

This fixes Unable to collapse issue sidebar when on mobile... (#415240 - closed) where toggle issue/MR icon is not present in issues/MR's when issueAssigneesWidget FF is on and not signed in

This was working earlier with the realtime sidebar assignees FF off

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-06-22_at_11.39.24_AM Screenshot_2023-06-22_at_11.39.48_AM
Screenshot_2023-06-22_at_11.39.37_AM Screenshot_2023-06-22_at_11.39.59_AM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console enable the issues_assignees_widget FF
    Feature.enable(:issue_assignees_widget)
  2. Save a couple of issue/MR links with you
  3. Sign out of gitlab
  4. Visit the issue/MR in sign out mode and mobile screen size , you should be able to see it

Regression Testing

It should work as is in signed in mode

MR acceptance checklist

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

Related to #415240 (closed)

Edited by Deepika Guliani

Merge request reports