Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [Nova 5] Inline $withoutConfirmation actions are missing a loading progress #6650

Closed
Tarpsvo opened this issue Jan 3, 2025 · 2 comments
Labels
bug Verified bug by the Nova team fix incoming A fix is in review

Comments

@Tarpsvo
Copy link

Tarpsvo commented Jan 3, 2025

  • Laravel Version: n
  • Nova Version: 5.0.4

Description:

When I have an action configured like so:

public $withoutConfirmation = false;

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.

@crynobone crynobone added the pending Issues that are pending triage label Jan 6, 2025
@crynobone
Copy link
Member

I reported progress indicator issue to inertiajs/inertia project: inertiajs/inertia#2171

@crynobone 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
@crynobone crynobone added bug Verified bug by the Nova team fix incoming A fix is in review and removed pending Issues that are pending triage blocked labels Jan 9, 2025
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Verified bug by the Nova team fix incoming A fix is in review
Projects
None yet
Development

No branches or pull requests

2 participants