What problem will this feature address?
Currently, the deployment queue—whether at /dashboard/home or in a service’s “Deployments” tab—only shows deployments that have already been completed or are active, but not those that are queued, which causes some confusion.
The confusion arises when an application is in the middle of a deployment, but, as a user, I forget about it. So, when I try to deploy another application, nothing happens: pending deployments don’t appear in the list. As a result, I assume the deployment isn’t working, so I end up creating five deployments by repeatedly clicking the deploy button.
Describe the solution you'd like
The deployment list should show completed deployments, those pending in the queue, and those that are currently active.
Describe alternatives you've considered
There aren't any, because you simply can't see the deployments that are pending in the queue.
Additional context
No response
Will you send a PR to implement it?
No
What problem will this feature address?
Currently, the deployment queue—whether at
/dashboard/homeor in a service’s “Deployments” tab—only shows deployments that have already been completed or are active, but not those that are queued, which causes some confusion.The confusion arises when an application is in the middle of a deployment, but, as a user, I forget about it. So, when I try to deploy another application, nothing happens: pending deployments don’t appear in the list. As a result, I assume the deployment isn’t working, so I end up creating five deployments by repeatedly clicking the deploy button.
Describe the solution you'd like
The deployment list should show completed deployments, those pending in the queue, and those that are currently active.
Describe alternatives you've considered
There aren't any, because you simply can't see the deployments that are pending in the queue.
Additional context
No response
Will you send a PR to implement it?
No