tuberry / color-picker

Simple color picker for GNOME Shell.
GNU General Public License v3.0
144 stars 11 forks source link

Addition of Remove option #41

Closed satrujit11 closed 1 year ago

satrujit11 commented 1 year ago

Thank you for this great extension. It reduce a lot of efforts for me . But I have some suggetion on UI/UX of this extension. If you can implement all of those, it will be great.

s1: Please add a option to delete the individual color picked, It stays on the menu.
s2: It would be great if you can add a feature to just pop the color copied to the top if it already exists in the history without creating a new one.

image

Here is a UI image for your reference, Thank you.

image

tuberry commented 1 year ago

s1: Please add a option to delete the individual color picked, It stays on the menu. s2: It would be great if you can add a feature to just pop the color copied to the top if it already exists in the history without creating a new one.

Most of the use cases of this extension are to pick the color and paste it. History only keeps the last N records just in case (e.g. Persistent mode), there is no privacy risk nor much resource usage, and if history is deleted to keep frequently used colors, you can just add them to the collection (click 😎 to see all collected colors). So a serious history management seems unnecessary.

Here is a UI image for your reference,

The vscode-style color display certainly looks neater, but the vim-style's color area is larger and also shows the lightness (contrast to the text color).