feat(editor): Log details panel (#14409)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Suguru Inoue
2025-04-17 13:44:40 +02:00
committed by GitHub
parent 3cdc8b41be
commit 1e0853b24a
36 changed files with 1633 additions and 303 deletions

View File

@@ -352,6 +352,7 @@ function activatePane() {
<template>
<RunData
:class="$style.runData"
:node="currentNode"
:nodes="isMappingMode ? rootNodesParents : parentNodes"
:workflow="workflow"
@@ -521,6 +522,10 @@ function activatePane() {
</template>
<style lang="scss" module>
.runData {
background-color: var(--color-run-data-background);
}
.mappedNode {
padding: 0 var(--spacing-s) var(--spacing-s);
}