mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-23 16:01:15 +00:00
Shared isLoading flag caused the list to dim on unrelated operations (send, batch actions, mailbox refresh). After-action fetches also triggered a full loading overlay unnecessarily. Now operations that don't fetch emails no longer set isLoading, after-action refreshes use silent refreshCurrentMailbox, and the loading overlay only appears after a 300ms delay to skip fast fetches.