Skip to content

Fix the styles and emoji updates for issuable drawer

Natalia Tepluhina requested to merge ntepluhina-drawer-fixes into master

What does this MR do and why?

Currently, the styles of the issuable drawer don't match the work item detail standalone view. Also, due to the change of emoji updates on work items, the logic to update issuables was broken. This MR fixes both issues.

Screenshots or screen recordings

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

Before After
Screenshot_2023-07-24_at_12.36.21 Screenshot_2023-07-24_at_12.34.37

How to set up and validate locally

  1. In rails console enable the issues list drawer feature flag

    Feature.enable(:issues_list_drawer)
  2. Open any project -> issues list

  3. Click on the issue. You should see the drawer open on the right side.

  4. Try to edit issuable properties in the drawer. This should update them in the issues list.

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