Skip to content

Update toolbar icons and keyboard shortcuts in execution viewers #7234#7424

Open
nadment wants to merge 1 commit into
apache:mainfrom
nadment:7234
Open

Update toolbar icons and keyboard shortcuts in execution viewers #7234#7424
nadment wants to merge 1 commit into
apache:mainfrom
nadment:7234

Conversation

@nadment

@nadment nadment commented Jul 3, 2026

Copy link
Copy Markdown
Contributor
  • Changed toolbar icon from data_orch.svg to edit.svg for both PipelineExecutionViewer and WorkflowExecutionViewer.
  • Updated keyboard shortcut for navigating to the editor from F5 to F3.
  • Refactored code to use getFirst() instead of get(0) for cleaner and safer list access.
  • Marked actionExecutions as final in WorkflowExecutionViewer.

…he#7234

- Changed toolbar icon from `data_orch.svg` to `edit.svg` for both PipelineExecutionViewer and WorkflowExecutionViewer.
- Updated keyboard shortcut for navigating to the editor from `F5` to `F3`.
- Refactored code to use `getFirst()` instead of `get(0)` for cleaner and safer list access.
- Marked `actionExecutions` as `final` in WorkflowExecutionViewer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: The F5 shortcut is used twice in the pipeline execution viewer

1 participant