-
Notifications
You must be signed in to change notification settings - Fork 12
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
Advanced Settings as popover #40
Advanced Settings as popover #40
Conversation
74b0071
to
48e9c52
Compare
@colin-grant-work Thank you for checking and very good comments. I've addressed them: |
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.
A little bit more cleanup of the showRenderOptions
state:
this.state = { showRenderOptions: false }; |
showRenderOptions: boolean; |
47c7b7e
to
e39481c
Compare
You are right. I've missed that it is no longer needed. I've just removed it. |
Thanks @arekzaluski Are you happy to merge this @colin-grant-work ? |
What it does
Polish for the settings area : #27
Screenshots
How to test
Review checklist
Reminder for reviewers