-
Notifications
You must be signed in to change notification settings - Fork 6
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
OLE layout improvements #503
Conversation
f09adb1
to
f2d7093
Compare
toggleTemperature: (show) => { console.log('Selector.defaultProps.toggleTemperature(', show, ')')}, | ||
toggleWarnings: (show) => { console.log('Selector.defaultProps.toggleWarnings(', show, ')')}, | ||
toggleFcuIDs: (show) => { | ||
console.log('Selector.defaultProps.toggleFcuIDs(', show, ')'); |
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 these console.log be removed?
fill: var(--secondary-font-color); | ||
} | ||
|
||
/* .icon .path { |
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 these commented lines be removed?
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.
Looks good. Thanks @sebastian-aranda !!
I left some comments to review 😉
4576a75
to
bc09da0
Compare
…itle input Also some code cleaning
bc09da0
to
2366235
Compare
This PR makes several improvements: