pub fn spawn_favorites_drain(app: AppHandle)Expand description
Drain on every offline→online transition.
Hooks the connectivity:reconnected event the ConnectivityMonitor
already emits, rather than polling — reachability is derived from real
traffic (DR-055) and this just reacts to it.
TRACES: UR-069 | DR-120