Design indicator to highlight that the pipelines are not from a specific ref when viewing commits in a detatched state
Related to Fetch correct pipeline when viewing commits in ... (!209645 - merged)
Thread !209645 (comment 2842092931)
We are adding logic to display pipelines for commits while viewing a detached state i.e. you've selected a commit instead of a branch or tag in the ref selector.
We need to design a visual indicator to alert users that these pipelines are potentially from multiple branches and tags. i.e. if you're viewing /group/project/-/commits/commit_10_sha when commit_10_sha is currently in master you may see something like:
- commit 10 (pipeline for master)
- commit 9 (pipeline for develop)
- commit 8 (pipeline for feat/cta-button)
- commit 7
- commit 6
- commit 5
- commit 4
- commit 3 (pipeline for master)
- commit 2 (pipeline for develop)
- commit 1 (pipeline for feat/login)
Edited by 🤖 GitLab Bot 🤖