You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crynobone
changed the title
[Bug] [Nova 5] Inline $withoutConfirmation actions are missing a loder
[Bug] [Nova 5] Inline $withoutConfirmation actions are missing a loading progress
Jan 8, 2025
Description:
When I have an action configured like so:
It will not show a loader anywhere when the action is triggered. It is especially noticable when it takes a long time.
If I remember correctly, the top progress bar was shown in Nova 4. But it no longer works in Nova 5.
Detailed steps to reproduce the issue on a fresh Nova installation:
Create an Action with $withoutConfirmation = false, put sleep(30) in handle() and run it.
The text was updated successfully, but these errors were encountered: