thread view: Refine tool call UI (#36937)

Release Notes:

- N/A

---------

Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
This commit is contained in:
Danilo Leal 2025-08-26 12:55:40 -03:00 committed by GitHub
parent 858ab9cc23
commit 65c6c709fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 315 additions and 212 deletions

View file

@ -1323,7 +1323,7 @@ fn render_copy_code_block_button(
.icon_size(IconSize::Small)
.style(ButtonStyle::Filled)
.shape(ui::IconButtonShape::Square)
.tooltip(Tooltip::text("Copy Code"))
.tooltip(Tooltip::text("Copy"))
.on_click({
let markdown = markdown;
move |_event, _window, cx| {