mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user