-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 dev_tools_ui in config #676
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.
💃 no need to do anything with AttributeDict
in this PR, that's a totally separate issue. Unless and until we change that feel free to use dots or brackets as you please.
Does this PR enable setting debug=True and dev_tools_ui=False, which would hide the UI? |
this PR is necessary if we wanna explicitly set the switch in the renderer |
I'm not sure you answered my question... Is it possible with this PR to set debug mode to True except for the dev-tools UI? |
@nicolaskruchten there is no such |
descriptions for (range)slider tooltip props
descriptions for (range)slider tooltip props
this fixes #674
This PR introduces a new config
dev_tools_ui
to let FE know about if user has set debug=True. this implicitly enables the dev tools UI