ESP-DASH icon indicating copy to clipboard operation
ESP-DASH copied to clipboard

Color Picker Card

Open elliotmatson opened this issue 1 year ago • 6 comments

Is your feature request related to a problem? Please describe. I'm working on a tally light solution, that triggers certain lighting states based on the state of network devices, and it would be really helpful to have a color picker available!

Describe alternatives you've considered Currently I'm just using a text field that can accept color strings or hex values, but that isn't as clean

elliotmatson avatar Jan 02 '24 19:01 elliotmatson

Added in pipeline. I'll update when it's implemented.

I'll need some more info:

  1. What is more convenient: hex string or rgb/rgba values?
  2. Is alpha channel necessary?

ayushsharma82 avatar Jan 13 '24 14:01 ayushsharma82

Thanks! No need for alpha, and hex would probably be better

elliotmatson avatar Jan 18 '24 20:01 elliotmatson

Pro user here, but I need this feature, as well. Hex color values are fine.

finchamp avatar Feb 26 '24 19:02 finchamp

For what is worth, if this feature gets implemented, I would like to see activated with a macro, like DASH_COLOR_PICKER_SUPPORT, in order to avoid increasing too much the PROGMEM data.

Note: I am taking as an hypothesis that adding this feature would require subsequent code of additional javascript, css and and html.

mathieucarbou avatar Feb 26 '24 20:02 mathieucarbou

Bootstrap has a color picker, and there are a number of other freeware JS options out there. I'm hoping it would be pretty simple to implement, but I can't say.

finchamp avatar Feb 26 '24 22:02 finchamp

Looks like this is completed in the latest Pro release, right? Thanks so much, looking forward to testing it!

elliotmatson avatar Jun 10 '24 13:06 elliotmatson

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jul 31 '24 06:07 github-actions[bot]