Implement empty states for views #57
Reference in New Issue
Block a user
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?
All API calls are made asynchronously. The view should show a skeleton while loading data. This should not be an empty component.
Prefetching and loading initial data using inertia makes transitions almost instant.
Where additional data is loaded, a Loader is shown (e. g. line item table).