Introduce a new /workflow
command (#15854)
This subsumes the previous built-in prompt. Release Notes: - N/A
This commit is contained in:
parent
889a14a2c2
commit
411934bb61
6 changed files with 85 additions and 50 deletions
|
@ -223,6 +223,7 @@ pub enum IconName {
|
|||
Rerun,
|
||||
Return,
|
||||
Reveal,
|
||||
Route,
|
||||
RotateCcw,
|
||||
RotateCw,
|
||||
Save,
|
||||
|
@ -385,6 +386,7 @@ impl IconName {
|
|||
IconName::Reveal => "icons/reveal.svg",
|
||||
IconName::RotateCcw => "icons/rotate_ccw.svg",
|
||||
IconName::RotateCw => "icons/rotate_cw.svg",
|
||||
IconName::Route => "icons/route.svg",
|
||||
IconName::Save => "icons/save.svg",
|
||||
IconName::Screen => "icons/desktop.svg",
|
||||
IconName::SearchSelection => "icons/search_selection.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue