Render loading UI #15
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
scope:frontend
Front-end issue
Current Behavior
There is no indicator for loading state.
Desired Behavior
There should be a loading UI (spinner, progress bar, skeleton, etc) for the following components:
Either we can use React Query's suspense mechanism, or
isLoading
property of useQuery.The text was updated successfully, but these errors were encountered: