Skip to content

Fix Feedback section icon direction

Sarah German requested to merge chevron-flip into main

What does this MR do and why?

In !3729 (merged) we set the "Help & Feedback" panel to default to closed. That MR neglected to also update the initial state of the chevron icon. The chevron should point down when the panel is closed and up when it's open.

Screenshots, screen recordings, or links to review app

Before After
image image

How to set up and validate locally

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

  1. Configure a local GitLab Docs environment: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/setup.md.
  2. View a page with the feedback footer, like http://127.0.0.1:3000/runner/
  3. Verify the icon points down when the panel is closed; verify the icon points up when the panel is open.

Merge request 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