-
Notifications
You must be signed in to change notification settings - Fork 20
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 a color picker widget #160
Conversation
This is to be consistent with other widgets of the toolkit.
There is a competing PR: #141. Can you take a look at the feedback for that one and possibly adjust your code? |
Thank you @vasilisp. I saw it, but it seems that there were two kinds of color picker in |
I think that same feedback still apply to this PR. The way these widgets has been written in Code from The strange style used in |
You would prefer a widget with signature such as:
|
Also, the type and these funtion
are not needed |
Thanks for the feedback, I will try to work on it. |
@ilankri have you made much progress on this? I'm trying to update Graffiti for the tutorial, and it uses the OW color picker widget. |
Not at all @chrismamo1, unfortunately, I have never had the opportunity to rework on it. |
@ilankri Ok I'll try and pick up where you left off, and address the concerns brought up in this PR as well as the other one. |
superseded by: #175 |
The code is imported from
ocsigen-widgets
; it was just tweaked (to try) to match the conventions ofocsigen-toolkit
. As a side effect, these changes should normally close the issue ocsigen/ocsigen.github.io#10.