fix(editor): Styling/UX improvements on the new logs view (#14789)

This commit is contained in:
Suguru Inoue
2025-04-23 15:31:12 +02:00
committed by GitHub
parent 6c9c720ae9
commit 454e5c77ad
28 changed files with 472 additions and 228 deletions

View File

@@ -13,55 +13,60 @@ exports[`InputPanel > should render 1`] = `
class="header"
data-v-2e5cd75c=""
>
<div
class="titleSection"
class="title"
data-v-2e5cd75c=""
>
<span
class="title"
>
Input
</span>
<div
class="n8n-radio-buttons radioGroup"
data-test-id="input-panel-mode"
role="radiogroup"
class="titleSection"
>
<label
aria-checked="true"
class="n8n-radio-button container hoverable"
role="radio"
tabindex="-1"
<span
class="title"
>
<div
class="button active medium"
data-test-id="radio-button-mapping"
>
Mapping
</div>
</label>
<label
aria-checked="false"
class="n8n-radio-button container hoverable"
role="radio"
tabindex="-1"
Input
</span>
<div
class="n8n-radio-buttons radioGroup"
data-test-id="input-panel-mode"
role="radiogroup"
>
<div
class="button medium"
data-test-id="radio-button-debugging"
<label
aria-checked="true"
class="n8n-radio-button container hoverable"
role="radio"
tabindex="-1"
>
Debugging
</div>
</label>
<div
class="button active medium"
data-test-id="radio-button-mapping"
>
Mapping
</div>
</label>
<label
aria-checked="false"
class="n8n-radio-button container hoverable"
role="radio"
tabindex="-1"
>
<div
class="button medium"
data-test-id="radio-button-debugging"
>
Debugging
</div>
</label>
</div>
</div>
</div>
<div
class="displayModes"
data-test-id="run-data-pane-header"