workflow: Add button to open the step view (#16387)
This PR adds an icon button that appears as you hover over the step header, which allows users to visit the step view. --- Release Notes: - N/A
This commit is contained in:
parent
07d5e22cbe
commit
e4a591dcbd
4 changed files with 38 additions and 19 deletions
|
@ -273,7 +273,7 @@ impl Item for WorkflowStepView {
|
|||
}
|
||||
|
||||
fn tab_icon(&self, _cx: &WindowContext) -> Option<ui::Icon> {
|
||||
Some(Icon::new(IconName::Pencil))
|
||||
Some(Icon::new(IconName::SearchCode))
|
||||
}
|
||||
|
||||
fn to_item_events(event: &Self::Event, mut f: impl FnMut(item::ItemEvent)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue