feat(ui-dioxus): add signal-based PulsingDot animation (Blitz-friendly)

This commit is contained in:
Hibryda 2026-03-19 06:39:47 +01:00
parent 6f9607d1ba
commit b0547d5c05
4 changed files with 83 additions and 14 deletions

View file

@ -6,3 +6,4 @@ pub mod agent_pane;
pub mod terminal;
pub mod settings;
pub mod command_palette;
pub mod pulsing_dot;