-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add ability to cancel ongoing deployments in Dev Center #879
Comments
Hey, I would like to fix this issue. Can you assign it to me, please? |
Hi @mariatouil. I just assigned this issue to you. Let me know if you need any help. |
Hey, I would like to assist @mariatouil on it |
@mariatouil if you need help on this issue @gamersprogrammer might be able to lend you a hand. |
Hey, I'm Maria's partner, and we're working on this issue together. |
Hey, to work on this issue, do I need another file or code apart from the Dev Center? |
@HatemLamia, not really. All the code for deployment is in Dev Center. |
Currently, once a deployment starts in Dev Center, users have no way to cancel it even if they realize they selected the wrong files or the deployment is taking too long. This can be frustrating, especially with large deployments.
All the relevant code resides in
dev-center.js
Technical Requirements:
Add a cancel button to the deployment progress interface:
Implement proper cancellation handling:
Consider states where cancellation might not be possible:
User Experience Flow:
Expected Behavior:
The text was updated successfully, but these errors were encountered: