gpui-component/crates/ui/src/dock
Jason Lee 7d3301d695
tab_bar: Fix some incorrect style in TabBar. (#1078)
This change to fix some incorrect style use, that will break in Taffy
0.5.2+

Ref https://github.com/zed-industries/zed/pull/34827

- Add `Tab::empty` to create a Tab without label.
- Fix form layout in Taffy new version.
- Update GPUI for scroll API changes.
2025-07-22 13:30:04 +08:00
..
dock.rs chore: Upgrade GPUI 2025/05/26 with inspector changes. (#895) 2025-05-26 13:40:27 +08:00
invalid_panel.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
mod.rs dock: Revert panel radio size to back to use Pixels type for panel size. (#842) 2025-05-09 16:47:24 +08:00
panel.rs dock: Add tab_name for collapsed tab panels (#751) 2025-03-28 11:44:34 +08:00
stack_panel.rs dock: Ensure add panel to StackPanel is type of TabPanel or StackPanel. (#862) 2025-05-17 22:42:03 +08:00
state.rs dock: Revert panel radio size to back to use Pixels type for panel size. (#842) 2025-05-09 16:47:24 +08:00
tab_panel.rs tab_bar: Fix some incorrect style in TabBar. (#1078) 2025-07-22 13:30:04 +08:00
tiles.rs scrollbar: Improve Scrollbar to get correct scroll size. (#985) 2025-06-18 19:09:34 +08:00