-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Remove the settings editor bug icon and always display the error inspector #6653
Conversation
Thanks for making a pull request to JupyterLab! To try out this branch on binder, follow this link: |
The command |
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 really liked that we had an excuse to use that cute little bug 🐞 icon, but the greater good ... |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussion. |
* Disallow more than one bare HTML tag * Remove dangling tab-manager references these should have been removed in #8886 * Remove dialog button rule with complex selector which has no effect * Remove stray style which should have been removed with #6653 * Remove one more dangling tab-manager style * Enable `selector-max-class` stylelint rule * Enable `selector-max-compound-selectors` stylelint rule * Enable selector-max-universal: 1 to prevent very bad CSS (while still allowing somewhat bad CSS for now). * Make use of `stylelint-disable-next-line` where practical
References
Fixes #6623
Code changes
User-facing changes
Removes the bug icon in the settings editor and always displays the error messages.
Backwards-incompatible changes
Removes some commands and accessors dealing with hiding/showing the debug messages.