-
Notifications
You must be signed in to change notification settings - Fork 119
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 color picker widget #1953
Add color picker widget #1953
Conversation
Isn’t #1945 the issue? |
this looks great 👏 👏 |
Is there any chance to apply the picker to generic inputs? If not, please, extract the issue about that into a separate issue. |
The same about “Revert” mentioned in #1945 |
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.
- Extract incomplete issues
- Fix selection
3aa6cac
to
30f029e
Compare
@nkrkv done! The issue mentioned in the PR description. |
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.
LGTM
packages/xod-client-electron/src/debugger/sendToSerialMiddleware.js
Outdated
Show resolved
Hide resolved
d8416dd
to
b28bdb3
Compare
b28bdb3
to
aa33137
Compare
Merge? |
…ate reusable component
…orks with state and tweaks in simulation mode
…olorPicker widget in debug session
…n to optimize performance
… optimization and tweak throttling
…tn` -> `ColorPicker_toggleBtn`
…DE_UPDATE_PROPERTY` to unified `NODE_PROPERTY_UPDATED`
…dic inputs and avoid rendering a multiple ColorPickerWidgets at one time
4b78155
to
91213f2
Compare
It partially closes #1945
The rest of the issue and additional tweaks is described in the new issue: #1954