-
Notifications
You must be signed in to change notification settings - Fork 461
[backport core/1.33] Restore Cancel Button #7266
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
[backport core/1.33] Restore Cancel Button #7266
Conversation
## Summary - restore the interrupt/cancel button in the top menu action bar ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7234-Hotfix-restore-cancel-button-in-top-menu-2c36d73d365081b18dede1e49183a429) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com>
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎭 Playwright Test Results⏰ Completed at: 12/09/2025, 02:22:39 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 12/09/2025, 02:13:29 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR backports commit 259e956 to the core/1.33 branch, restoring the cancel button functionality in the top menu section. The change adds a cancel/interrupt button to the action bar that allows users to cancel currently running jobs.
- Adds a new cancel button with proper disabled state based on execution status
- Integrates with the existing command system using
Comfy.Interrupt - Includes proper i18n support and accessibility attributes
|
Updating Playwright Expectations |
Backport of 259e956 to core/1.33. Resolved conflicts in TopMenuSection.vue and reverted binary snapshots.
┆Issue is synchronized with this Notion page by Unito