-
-
Notifications
You must be signed in to change notification settings - Fork 837
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
feat: extension bisect #3980
feat: extension bisect #3980
Conversation
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.
Should there be a way to stop the bisect halfway through?
<Button | ||
className={classList('Button', { 'Button--warning': app.data.bisecting })} | ||
onclick={() => app.modal.show(ExtensionBisect)} | ||
disabled={app.data.maintenanceMode && app.data.maintenanceMode !== MaintenanceMode.LOW_MAINTENANCE} |
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.
I wish we had a way to show a "disabled tooltip"
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.
Awesome, very exciting!
1486866
to
9320db2
Compare
Fixes #0000
Changes proposed in this pull request:
https://discuss.flarum.org/d/32734-extension-bisect-utility
Screenshot
Necessity
Confirmed
composer test
).Required changes: