atomic-data-browser
atomic-data-browser copied to clipboard
Ugly loading states due to `useCanWrite`
Currenlty, useCanWrite returns a boolean value. We use this check to either show or not show UI elements such as a new button. We also use this to show errors in the document editor. But as of now, we get ugly loading states. I think we can add isLoading boolean, and uptionally use that one in UIs.