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
It could make sense to show the warning for a full local storage not in the status bar (rendered similar as the OSM API unavailable message), but somehow integrate it into the save button. There are some reasons behind it:
The warning can take up too much screen estate while mapping
The save button is already used as an indicator when one should save. There could be an additional step in the states of the button (e.g. indicated by a ⚠️ symbol) to show that saving is really recommended when local storage is full
The bottom status bar should be reserved for proper "error" states, e.g. when the OSM API is not available
The text was updated successfully, but these errors were encountered:
Just wanted to add this info here in case its useful, apparently you can get 50mb of storage by using the IndexedDB API instead of localStorage: https://stackoverflow.com/a/37277426
Would it be a possibility for iD to use this to store the changes?
From #8942 (reply in thread):
It could make sense to show the warning for a full local storage not in the status bar (rendered similar as the OSM API unavailable message), but somehow integrate it into the save button. There are some reasons behind it:
The text was updated successfully, but these errors were encountered: