parent
f1a9fdddab
commit
9468b9699e
3 changed files with 3 additions and 0 deletions
1
assets/icons/clipboard.svg
Normal file
1
assets/icons/clipboard.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clipboard"><rect width="8" height="4" x="8" y="2" rx="1" ry="1"/><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"/></svg>
|
After Width: | Height: | Size: 358 B |
|
@ -1253,6 +1253,7 @@ impl ActiveThread {
|
||||||
|
|
||||||
let tool_icon = match tool_use.name.as_ref() {
|
let tool_icon = match tool_use.name.as_ref() {
|
||||||
"bash" => IconName::Terminal,
|
"bash" => IconName::Terminal,
|
||||||
|
"copy-path" => IconName::Clipboard,
|
||||||
"delete-path" => IconName::Trash,
|
"delete-path" => IconName::Trash,
|
||||||
"diagnostics" => IconName::Warning,
|
"diagnostics" => IconName::Warning,
|
||||||
"edit-files" => IconName::Pencil,
|
"edit-files" => IconName::Pencil,
|
||||||
|
|
|
@ -169,6 +169,7 @@ pub enum IconName {
|
||||||
ChevronUp,
|
ChevronUp,
|
||||||
ChevronUpDown,
|
ChevronUpDown,
|
||||||
Circle,
|
Circle,
|
||||||
|
Clipboard,
|
||||||
Close,
|
Close,
|
||||||
Code,
|
Code,
|
||||||
Cog,
|
Cog,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue