refactor(editor): Overhaul workflow level executions list (#5089)

* fix(editor): update texts and styles

* fix(editor): update texts and styles

* fix(editor): move 'No execution found' to sidebar

* fix(editor): change empty state title in executions

* fix(editor): workflow execution list delete item

* fix(editor): workflow execution always show sidebar

* fix(editor): workflow execution unify date display mode

* fix(editor): workflow execution empty list
This commit is contained in:
Csaba Tuncsik
2023-01-11 15:08:00 +01:00
committed by GitHub
parent 62d06b1e6e
commit 3c109ffab1
10 changed files with 641 additions and 637 deletions

View File

@@ -135,10 +135,9 @@ export default mixins(executionHelpers, showMessage, restApi).extend({
<style module lang="scss">
.executionCard {
display: flex;
padding-right: var(--spacing-2xs);
padding-right: var(--spacing-m);
&.active {
padding: 0 var(--spacing-2xs) var(--spacing-2xs) 0;
border-left: var(--spacing-4xs) var(--border-style-base) transparent !important;
.executionStatus {
@@ -146,14 +145,10 @@ export default mixins(executionHelpers, showMessage, restApi).extend({
}
}
& + &.active {
padding-top: var(--spacing-2xs);
}
&:hover,
&.active {
.executionLink {
background-color: var(--color-foreground-base);
background-color: var(--color-foreground-light);
}
}
@@ -217,7 +212,6 @@ export default mixins(executionHelpers, showMessage, restApi).extend({
font-size: var(--font-size-xs);
padding: var(--spacing-xs);
padding-right: var(--spacing-s);
border-radius: var(--border-radius-base);
position: relative;
left: calc(
-1 * var(--spacing-4xs)