-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Fix action run view style regressions from #36883 #36987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -235,8 +235,8 @@ async function deleteArtifact(name: string) { | |
| } | ||
|
|
||
| .left-list-header { | ||
| font-size: 12px; | ||
| color: var(--color-grey); | ||
| font-size: 13px; | ||
| color: var(--color-text-light-2); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Restyle Workflow Graph #36912 |
||
| } | ||
|
|
||
| .job-artifacts-item { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -600,8 +600,8 @@ function onNodeClick(job: JobNode, event: MouseEvent) { | |
| <h4 class="graph-title">Workflow Dependencies</h4> | ||
| <div class="graph-stats"> | ||
| {{ jobs.length }} jobs • {{ edges.length }} dependencies | ||
| <span v-if="graphMetrics" class="graph-metrics"> | ||
| • {{ graphMetrics.successRate }} success | ||
| <span v-if="graphMetrics"> | ||
| • <span class="graph-metrics">{{ graphMetrics.successRate }} success</span> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Many style fine tuning changes can be done in Restyle Workflow Graph #36912 . Otherwise, merge conflicts
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm I can also merge this branch onto there instead. |
||
| </span> | ||
| </div> | ||
| <div class="flex-text-block"> | ||
|
|
@@ -753,6 +753,7 @@ function onNodeClick(job: JobNode, event: MouseEvent) { | |
| align-items: center; | ||
| padding: 8px 14px; | ||
| background: var(--color-box-header); | ||
| border-bottom: 1px solid var(--color-secondary); | ||
| gap: 20px; | ||
| flex-wrap: wrap; | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can use flex instead of depending on the "newline/space" behavior.
<p class="tw-mb-0">=><div class="flex-text-inline">