The absence of loading states is awkward #112
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#112
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The frontend fetches data to validate that UI elements can be shown (i.e. authentication checks) and to display file listings (i.e. viewing files owned). There is not loading state associated with "data is loading", leading to blank screens and uncomfortable layout shifts and flickering.
Because of how
@tanstack/react-query
works, theisLoading
/isPending
state would be leveraged to display loading states that would hide half-baked UI.