mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
Adds daemon-starting event emission from Rust when the daemon starts, eliminating timeout-based logic. The starting state now accurately tracks the actual daemon startup process through events. - Rust emits daemon-starting event when start command is called - Platform API listens to daemon-starting events - Hook preserves isChecking state during polling until daemon connects - No more timeouts, everything is event-driven