feat(ui-gpui): add pulsing dot via GPUI async runtime (entity-scoped repaint)

This commit is contained in:
Hibryda 2026-03-19 07:51:25 +01:00
parent 3e6307ffd0
commit 57e0e3a087
3 changed files with 116 additions and 2 deletions

View file

@ -2,6 +2,7 @@ pub mod agent_pane;
pub mod command_palette;
pub mod project_box;
pub mod project_grid;
pub mod pulsing_dot;
pub mod settings;
pub mod sidebar;
pub mod status_bar;