Internal
Public Access
Online-side mutations (e.g. deleting a tag) only update the server, not IndexedDB, so a throttled background sync could leave the offline cache stale for up to two minutes. Going offline in that window resurrected deleted/stale data (e.g. a deleted tag reappearing). Removing the throttle so every real page load pulls fresh state keeps the offline cache in sync with whatever was just done online. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>