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.
This commit is contained in:
Hibryda 2026-03-19 23:55:39 +01:00
parent 54e68df295
commit f0c55403b8
3 changed files with 141 additions and 21 deletions

View file

@ -2,6 +2,7 @@ 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;