agent-orchestrator/ui-gpui/src/components/mod.rs
Hibryda f0c55403b8 perf(ui-gpui): custom Element header, 2.73% CPU (down from 90%)
ProjectBoxHeaderElement: 5 paint_quad + 2 text runs, zero Taffy nodes.
Flattened hierarchy + SharedBlink + cached children + focus-gated blink.
GPUI architectural floor: cx.notify() always walks ancestors.
2026-03-19 23:55:39 +01:00

10 lines
214 B
Rust

pub mod agent_pane;
pub mod blink_state;
pub mod command_palette;
pub mod project_box;
pub mod project_box_element;
pub mod project_grid;
pub mod pulsing_dot;
pub mod settings;
pub mod sidebar;
pub mod status_bar;