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
Added a new ‘Delete my data’ button to Earthbar’s workspace setting.
Also available as a separate DeleteMyDataForm component
Apps using react-earthstar now re-sync their workspaces when you come back to a tab after being away for a while.
Added some extra guidances around Earthbar, particularly in the Join Workspace tab.
Fixes
Adjusted how useLocalStorageEarthstarSettings works - it no longer updates when values in local storage update, as usually this hook would be used at the top of the component tree, and every document change would cause the app to re-render.
Adjusted the default vertical alignment of Earthbar elements
Fixed an issue in which the wrong workspace would appear in the settings of a workspace’s settings in MultiWorkspaceTab