Offline first, not offline tolerant
The application stores its data locally on the device, so offline is the normal case, not an error state. Every record is kept in the browser's local storage and queued changes sync to the managed cloud when you enable it, with no conflicts for the inspector to resolve.









