Skip to main content

FAVORITES_CHANGED_EVENT

Constant FAVORITES_CHANGED_EVENT 

Source
pub const FAVORITES_CHANGED_EVENT: &str = "favorites-changed";
Expand description

Tauri event announcing that favourite state changed behind the UI’s back — either because the server disagreed with the cache on a background refresh, or because pending offline toggles were pushed on reconnect.

TRACES: UR-069 | DR-120