thread view: Add UI refinements (#35754)
More notably around how we render tool calls. Nothing too drastic, though. Release Notes: - N/A
This commit is contained in:
parent
58392b9c13
commit
8e290b446e
8 changed files with 188 additions and 103 deletions
|
@ -261,7 +261,6 @@ pub enum IconName {
|
|||
TodoComplete,
|
||||
TodoPending,
|
||||
TodoProgress,
|
||||
ToolBulb,
|
||||
ToolCopy,
|
||||
ToolDeleteFile,
|
||||
ToolDiagnostics,
|
||||
|
@ -273,6 +272,7 @@ pub enum IconName {
|
|||
ToolRegex,
|
||||
ToolSearch,
|
||||
ToolTerminal,
|
||||
ToolThink,
|
||||
ToolWeb,
|
||||
Trash,
|
||||
Triangle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue