Skip to content

Fix discussions navigation with moved MR sidebar

What does this MR do and why?

Fixes Fix discussions navigation with the new merge r... (#382188 - closed)

Screenshots or screen recordings

Before After
Screen_Recording_2023-01-12_at_17.33.14 Screen_Recording_2023-01-12_at_17.32.17

How to set up and validate locally

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

  1. Enable moved_mr_sidebar feature flag by executing Feature.enable(:moved_mr_sidebar) in the Rails console.
  2. Open a merge request with discussions
  3. Use discussions navigation. It should you scroll you to a correct discussion position in the viewport.

MR acceptance checklist

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

Merge request reports