atomic-data-browser icon indicating copy to clipboard operation
atomic-data-browser copied to clipboard

Ugly loading states due to `useCanWrite`

Open joepio opened this issue 3 years ago • 0 comments

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.

joepio avatar Nov 02 '22 18:11 joepio