gpui-component/crates
Floyd Wang 37326819af
dock: Render title bar based on visible panels (#1697)
Display the title when only one panel is visible.

## Breaking change
```diff
pub enum PanelStyle {
-   Default,
+   #[default]
+   Auto,
    TabBar,
}

- dock_area.panel_style(PanelStyle::Default)
+ dock_area.panel_style(PanelStyle::Auto)
```
2025-11-28 03:01:31 +00:00
..
assets Bump v0.5.0-preview0 2025-11-27 14:49:36 +08:00
macros Bump v0.5.0-preview0 2025-11-27 14:49:36 +08:00
reqwest_client Bump v0.5.0-preview0 2025-11-27 14:49:36 +08:00
story chore: Fix dialog scroll by #1694 change. (#1695) 2025-11-27 21:11:20 +08:00
ui dock: Render title bar based on visible panels (#1697) 2025-11-28 03:01:31 +00:00