You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add fetch_all_state Tauri command that runs get_monitors, get_dark_mode,
and get_volume in parallel via tauri::async_runtime::spawn
- Frontend uses single fetch_all_state call instead of 3 separate invokes
- Add benchmark timing (START + duration) to all data-loading commands:
get_monitors, get_dark_mode, get_volume, get_preferences,
get_accessibility_trusted — only logged when debug_logging is on
- Fix get_preferences benchmark deadlock (drop lock before logging END)
- Call get_accessibility_trusted on popup open + visibility change
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments