Open jelveh opened 2 days ago
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
dev-center.js
Add a cancel button to the deployment progress interface:
Implement proper cancellation handling:
Consider states where cancellation might not be possible:
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: