fix(ui-gpui): re-enable start_blinking (was disabled for testing)

This commit is contained in:
Hibryda 2026-03-19 09:21:21 +01:00
parent ba74e19ff2
commit 8dd3d82d31

View file

@ -97,8 +97,9 @@ impl ProjectBox {
AgentStatus::Error => DotStatus::Error,
};
let dot = cx.new(|_cx| PulsingDot::new(dot_status, 8.0));
// Start blinking AFTER entity registered (Zed BlinkManager pattern)
dot.update(cx, |d, cx| d.start_blinking(cx));
self.status_dot = Some(dot);
// NOTE: start_blinking NOT called yet — testing if app stays alive without it
// Create agent pane with demo messages
let agent_pane = cx.new(|_cx| {