update dock

This commit is contained in:
2026-08-19 09:14:42 +07:00
parent 6a3e9604c9
commit 071cb9e714
6 changed files with 758 additions and 288 deletions
+1 -7
View File
@@ -1,10 +1,3 @@
//! Dock (DockArea / Dock / Panel) components.
//!
//! Vendored from [`gpui-component`]'s `dock` module (v0.5.2,
//! rev 9e3a29dcbdebc318632bf68203f26c33e9f0e902) so it can be customized
//! in-tree. Everything else (Button, TabBar, menus, icons, ...) is imported
//! from `gpui-component` directly.
mod dock;
mod invalid_panel;
mod panel;
@@ -13,6 +6,7 @@ mod stack_panel;
mod state;
mod tab_panel;
mod tiles;
mod window_controls;
use std::sync::Arc;