Skip to content

Draft: Unifies the sidebar width for work items and border color

Sascha Eggenberger requested to merge unify-sidebar-width-and-borders into master

What does this MR do and why?

Unifies the sidebar width for work items and border color across different content types (work items, MR, issuables, project overview)

  • Changes width of work items to match other parts of our UI (MRs, Project overview)
  • Uses subtle border (migrates to use design tokens)

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

Before After
Work items
epic_before epic_after
MR
mr_before mr_after
Project overview
project_before project_after
Issuables
issuable_before issuable_after

How to set up and validate locally

  1. Enable FF for new work-item related Epics (see https://docs.gitlab.com/ee/user/group/epics/epic_work_items.html)
  2. Epic/Work item: e.g. http://gdk.test:3000/groups/flightjs/-/epics/5
  3. MR: e.g. http://gdk.test:3000/flightjs/Flight/-/merge_requests/13
  4. Project overview: e.g. http://gdk.test:3000/flightjs/Flight
  5. Issuable: e.g. http://gdk.test:3000/flightjs/Flight/-/issues/38

Related to #469616

Edited by Sascha Eggenberger

Merge request reports