Fix scoped label styles in activity feed
What does this MR do and why?
Describe in detail what your merge request does and why.
Makes scoped labels display with a border in the project & group activity feeds.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
![]() |
![]() |
![]() |
![]() |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Premium or higher licence needed. Learn more about developer licences for working on GitLab EE.
- Create a scoped label. For example
scoped::label
. - Add a comment that includes the scoped label to an issue, on a project in a group. For example
This is my ~scoped::label comment
onhttp://127.0.0.1:3000/flightjs/Flight/-/issues/9
. - View the comment on the project activity feed. It can take up to 15min for the activity to show. For example
http://127.0.0.1:3000/flightjs/Flight/activity
. - View the comment on the group activity feed. It can take up to 15min for the activity to show. For example
http://127.0.0.1:3000/groups/flightjs/-/activity
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Dan MH