Skip to content

Abstract work item drawer

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

What does this MR do and why?

Currently, we only have work item drawer on the issuable list. However, we plan to use drawer in various places across GitLab, so we should abstract it into a reusable component

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No visual changes

How to set up and validate locally

  1. In rails console enable the drawer
    Feature.enable(:issues_list_drawer)
  2. Visit any project issue lis
  3. Click on the issue to open the drawer
Edited by Natalia Tepluhina

Merge request reports