-
Notifications
You must be signed in to change notification settings - Fork 210
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
Hex color picker input in default HTML UI #597
Comments
GitMate.io thinks the contributor most likely able to help you is @ccpandhare. Possibly related issues are #332 (Error in default color map), #423 (add slider UI to some modules HTML UI: brightness, blur), and #470 (UI Improvements ). |
1 similar comment
GitMate.io thinks the contributor most likely able to help you is @ccpandhare. Possibly related issues are #332 (Error in default color map), #423 (add slider UI to some modules HTML UI: brightness, blur), and #470 (UI Improvements ). |
How about implementing color pickers on the frontend https://farbelous.io/bootstrap-colorpicker/tutorial-Basics.html ? |
@harshkhandeparkar sounds good! https://www.npmjs.com/package/pickr-widget |
What I feel is that the color input is up to the user frontend and the parsing of different values |
Makes sense. Parsing would then be the only concern for IS. Nice. |
oh this sounds awesome!
…On Thu, Jan 3, 2019 at 12:50 PM Vibhor Gupta ***@***.***> wrote:
Makes sense. Parsing would then be the only concern for IS. Nice.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#597 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ_ajNSqpk_j6C_n8E-6Ou7sqgZG6ks5u_kLQgaJpZM4Zoe_x>
.
|
We also have to keep in mind that mobile phone users cannot use color pickers very efficiently. |
@VibhorCodecianGupta would you like some help on this?? This issue sounds interesting to me. |
@aashna27 sure! I was thinking to provide a colour picker to all the modules requiring some sort of colour modules and since https://farbelous.io/bootstrap-colorpicker/tutorial-Basics.html already gives us the values of the |
I have a crazy idea in mind. How about inputting any type of color values but in the CSS format We can write a util function which detects the type of values using maybe regex and returns an object of decimal(0-255) values for each color and for alpha? |
Harsh i think this is a great idea. Looking for good UIs we could use, this is nice: https://farbelous.io/bootstrap-colorpicker/tutorial-Basics.html and bootstrap-compatible: This one has lots of different options but may be more complex to install: https://casesandberg.github.io/react-color/ |
Some modules now are prompting for a color of input. We can accept RGBA, hex, etc, but for easier input, perhaps we can include a node library which has a simple built-in color picker? Then that could become an input type on its own!
The text was updated successfully, but these errors were encountered: