brianpkelley / md-color-picker

Angular-Material based color picker
MIT License
254 stars 120 forks source link

customisations.... #21

Open ganySA opened 8 years ago

ganySA commented 8 years ago

Any chance we can add some options to allow customisation of the UI? For example 1) hide elements of the UI we dont want to make available.. 2) limit the colors to a specific pallet 3) hide the heading, tabs etc

That sort of thing....

dannoblammo commented 8 years ago

Other options that would be awesome:

These would be improvements for non-technical users who don't care/know about the color values, they just want to pick a color.

Also adding an optional title for the dialog would be great!

brianpkelley commented 8 years ago

+1

Liron-K commented 8 years ago

"Remove the preview's input containers so that just the 'color dots' are visible" +1

OrangeDuck91 commented 8 years ago

"Remove the tabs for HEX/RGB/HSL so that only one type is visible" +1

volodymyrlut commented 8 years ago

Hey, @OrangeDuck91, @dannoblammo, @brianpkelley I've just created PR with an ability to disable HEX, RGB or HSL tabs in the very top of the dialog window. Check it out here: https://github.com/brianpkelley/md-color-picker/pull/65 screenshot from 2016-05-31 17 58 55

brianpkelley commented 8 years ago

@volodymyrlut Thanks for your work!! We will need to a check if hex is the only available option and disable the alpha option in response. If you don't feel like adding that I can add it when I merge the pr.

Thanks again!

volodymyrlut commented 8 years ago

@brianpkelley You mean, if only mdColorHex is left, mdColorAlphaChannel should be set to 'false'?

brianpkelley commented 8 years ago

@volodymyrlut Correct, thats a much easier explanation than mine. 👍

volodymyrlut commented 8 years ago

@brianpkelley Ok, I've updated the PR:)

brianpkelley commented 8 years ago

Just a note on whats coming up.

Massive refactoring:

I'm sure theres more that I'm forgetting, but hopefully this will resolve a lot of the customizability issues everyone is having.

Unfortunately there will be breaking changes, but hopefully they will help declutter some things and make everything better.

image

sierraindiagolf commented 8 years ago

It would be cool if you could use custom templates. Any thoughts on implementing that ?

myagoo commented 7 years ago

Would be great to see this implemented

Liron-K commented 7 years ago

@brianpkelley What's the v1.0 timeline? My designer is looking forward to some improvements on this :).