Merge branch 'main' into fix-typos
This commit is contained in:
commit
0711476fd5
60 changed files with 1325 additions and 526 deletions
|
@ -1148,7 +1148,7 @@ impl Render for AssistantPanel {
|
|||
|panel, cx| panel.toolbar.read(cx).item_of_type::<BufferSearchBar>(),
|
||||
cx,
|
||||
);
|
||||
BufferSearchBar::register_inner(&mut registrar);
|
||||
BufferSearchBar::register(&mut registrar);
|
||||
registrar.into_div()
|
||||
} else {
|
||||
div()
|
||||
|
@ -2311,8 +2311,7 @@ impl ConversationEditor {
|
|||
}
|
||||
});
|
||||
|
||||
div()
|
||||
.h_flex()
|
||||
h_flex()
|
||||
.id(("message_header", message_id.0))
|
||||
.h_11()
|
||||
.relative()
|
||||
|
@ -2328,6 +2327,7 @@ impl ConversationEditor {
|
|||
.add_suffix(true)
|
||||
.to_string(),
|
||||
)
|
||||
.size(LabelSize::XSmall)
|
||||
.color(Color::Muted),
|
||||
)
|
||||
.children(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue