gpui-component/crates/ui/src/dock
Jason Lee c4331c9419
tab: Improve TabBar API. (#678)
- Fixed scroll support for TabBar.
- Remove `id` argument from Tab, it will set from TabBar iter.
- Add `id` to TabBar to ensure scroll_handle state will store correct.
- Update `label` argument of Tab, to use `impl Into<SharedString>` type
for better use.
- Added `child` to Tab for render custom element as label.
2025-03-03 19:48:28 +08:00
..
dock.rs tiles: To support close panel. (#674) 2025-02-28 18:36:58 +08:00
invalid_panel.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
mod.rs tiles: To support close panel. (#674) 2025-02-28 18:36:58 +08:00
panel.rs panel: Add title_suffix to panel and write a custom container panel example. (#669) 2025-02-27 14:52:28 +08:00
stack_panel.rs chore: Upgrade for GPUI API changes. (#589) 2025-01-29 16:49:17 +08:00
state.rs panel: Add title_suffix to panel and write a custom container panel example. (#669) 2025-02-27 14:52:28 +08:00
tab_panel.rs tab: Improve TabBar API. (#678) 2025-03-03 19:48:28 +08:00
tiles.rs tiles: Fix panels get item out of bound error when removed some panel. (#675) 2025-02-28 18:53:25 +08:00