Commit graph

8 commits

Author SHA1 Message Date
Hibryda
a1e2a66cd6 feat(ui-dioxus): smooth 8-step opacity pulse via CSS class cycling 2026-03-19 07:14:43 +01:00
Hibryda
2f03cf0ef0 fix(ui-dioxus): class-toggle animation instead of inline opacity (Blitz compatible) 2026-03-19 07:11:01 +01:00
Hibryda
67ab77ebf4 feat(ui-dioxus): use dioxus-motion for Blitz-compatible pulse animation 2026-03-19 07:04:23 +01:00
Hibryda
c9f8679744 fix(ui-dioxus): use schedule_update() for cross-thread Blitz animation 2026-03-19 06:50:26 +01:00
Hibryda
7cea86361a fix(ui-dioxus): use atomic+thread for Blitz animation (Signal not Send) 2026-03-19 06:45:52 +01:00
Hibryda
b0547d5c05 feat(ui-dioxus): add signal-based PulsingDot animation (Blitz-friendly) 2026-03-19 06:39:47 +01:00
Hibryda
6f9607d1ba fix(ui-dioxus): remove CSS animations causing 30% CPU in Blitz renderer 2026-03-19 06:31:48 +01:00
Hibryda
f3d2ca78ba feat: add Dioxus and GPUI UI prototypes for framework comparison
Dioxus (ui-dioxus/): 2,169 lines, WebView mode (same wry as Tauri),
  Catppuccin theme, 12 components, agor-core integration, compiles clean.
  Evolution path — keeps xterm.js, gradual migration from Tauri.

GPUI (ui-gpui/): 2,490 lines, GPU-accelerated rendering, alacritty_terminal
  for native terminal, 17 files, Catppuccin palette, demo data.
  Revolution path — pure Rust UI, 120fps target, no WebView.

Both are standalone (not in workspace), share agor-core backend.
Created for side-by-side comparison to inform framework decision.
2026-03-19 06:05:58 +01:00