Add loading indicators for async actions (data fetch, button press, logs, filter switches) #9
Loading…
Add table
Add a link
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?
There is no feedback while async work is in flight, so the UI looks frozen / empty during loads. Add loading indicators (spinner / skeleton / disabled+busy state) for at least:
Expected: every async operation shows a clear pending state until it resolves.
Found while testing the hero_browser Dioxus admin on current
development, at/hero_components/admin/?service=hero_browser. Most of these are shell-level and affect every service, not just hero_browser.