agent-orchestrator/ui-gpui/src/components/project_grid.rs
Hibryda c61262c604 perf(ui-gpui): eliminate ProjectBox Entity, plain struct + direct render (2.17%)
ProjectBoxData replaces Entity<ProjectBox>. Workspace is the only view
entity in the dispatch tree. Timer notifies Workspace via cx.spawn.
12 optimization iterations: 90% → 2.17% CPU for a pulsing dot.
2026-03-20 00:40:35 +01:00

2 lines
104 B
Rust

//! ProjectGrid: DEPRECATED — replaced by inline rendering in Workspace.
//! Kept for reference only.