[Workflows] Add editor settings popover to YAML editor#267421
[Workflows] Add editor settings popover to YAML editor#267421r4zr32d3k1l merged 3 commits intoelastic:mainfrom
Conversation
Adds a settings icon to the YAML editor bottom bar (alongside the keyboard shortcuts icon) that opens a popover with two toggles: - Show indent guides (on by default) - Show whitespace characters (off by default) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
||
| return ( | ||
| <EuiPopover | ||
| css={{ marginLeft: '8px' }} |
There was a problem hiding this comment.
Instead of direct values, we should be using euiTheme.size values
| <EuiFlexGroup | ||
| direction="column" | ||
| gutterSize="s" | ||
| css={{ padding: '8px 12px 12px' }} |
There was a problem hiding this comment.
Instead of direct values, we should be using euiTheme.size values
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
|
|
Starting backport for target branches: 9.4 https://github.com/elastic/kibana/actions/runs/25373965517 |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
2 similar comments
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
Screen.Recording.2026-04-24.at.20.22.55.mov
Adds an Editor Settings popover icon to the YAML editor bottom bar (to the right of the keyboard shortcuts icon), with two toggles:
Test plan
🤖 Generated with Claude Code