nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

Let us enter custom hex values in color pickers

Open junpet opened this issue 5 years ago • 5 comments

Currently we can select from some predefined colors and open the color picker and pick one color, but it would be nice if we could use exact hex values.

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe. I can only select colors from the palette, which won't be the same as the desired hex value.

Describe the solution you'd like I would like to use specific hex values for colors.

Describe alternatives you've considered ~~I found out you can use your browser's Inspect (element) feature. Search for the following element: div.vc-chrome-active-color and replace the RGB values in the style property rgb(182, 70, 157).~~ The entered value won't be send with the Choose button.

Additional context Add any other context or screenshots about the feature request here. image

junpet avatar Oct 23 '20 06:10 junpet

Would be something that needs to be implemented in the vue components. However I'm a bit unsure about having this as a hex value is quite technical. cc @jancborchardt

juliusknorr avatar Nov 02 '20 13:11 juliusknorr

hello, while waiting for the update, is there a way to enter his exadecimal code via the console? That would be very convenient!

Atn-D avatar Jan 19 '21 12:01 Atn-D

Alternatively, using the native colorpicker via <input type="color" ...> is a better way, as realized by the calendar app.

image

SpaceCafe avatar Jan 27 '21 12:01 SpaceCafe

Let me move this to the vue components since it we should rather have this standardized across Nextcloud.

The question to @jancborchardt still stands.

juliusknorr avatar Jan 27 '21 12:01 juliusknorr

From what I see, it's possible now ton enter the hex code (on second click). I'm on version 26.0.4. Maybe time to close the issue ?

And if you're looking into color issues, please give love to this one, about the default palette => #2214

Jaxom99 avatar Sep 19 '23 16:09 Jaxom99