assistant: Tweak tab bar layout (#15901)
- Add "New Context" button next to the hamburger - Add "History" - Allow Pane tab rendering callback to return items for both left and right side of the tab bar.  Release Notes: - N/A
This commit is contained in:
parent
bf403ca788
commit
8aa1ba8cbc
5 changed files with 48 additions and 15 deletions
|
@ -253,6 +253,7 @@ pub enum IconName {
|
|||
Tab,
|
||||
Terminal,
|
||||
TextCursor,
|
||||
TextSearch,
|
||||
Trash,
|
||||
TriangleRight,
|
||||
Update,
|
||||
|
@ -414,6 +415,7 @@ impl IconName {
|
|||
IconName::Tab => "icons/tab.svg",
|
||||
IconName::Terminal => "icons/terminal.svg",
|
||||
IconName::TextCursor => "icons/text-cursor.svg",
|
||||
IconName::TextSearch => "icons/text-search.svg",
|
||||
IconName::Trash => "icons/trash.svg",
|
||||
IconName::TriangleRight => "icons/triangle_right.svg",
|
||||
IconName::Update => "icons/update.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue