feat: ontime actions in automation

This commit is contained in:
Carlos Valente
2025-02-18 12:00:31 +01:00
committed by Carlos Valente
parent 636f78e21e
commit 5fb30c75c4
13 changed files with 611 additions and 71 deletions
@@ -27,7 +27,8 @@
.titleSection,
.filterSection,
.oscSection,
.httpSection {
.httpSection,
.actionSection {
display: grid;
grid-gap: 0.5rem;
@@ -40,8 +41,10 @@
.ruleSection,
.filterSection,
.oscSection,
.httpSection {
label, div {
.httpSection,
.actionSection {
label,
div {
// we use the div as non-interactive placeholder for button cells
// it needs to match the size of the label element
font-size: calc(1rem - 3px);
@@ -51,7 +54,6 @@
}
}
.titleSection {
grid-template-columns: 1fr;
}
@@ -68,6 +70,14 @@
grid-template-columns: 1fr auto;
}
.actionSection {
grid-template-columns: auto 1fr 1fr auto;
.test {
grid-column: -1;
}
}
.outputCard {
border-left: 0.25rem solid $gray-1200;
padding-left: 0.5rem;