samuraiexx / roll_together

It's an extension for Google Chrome that synchronizes Crunchyroll Videos that are being played at multiple computers
MIT License
52 stars 12 forks source link

Added option to add or remove colors #2

Closed hsnavarro closed 4 years ago

hsnavarro commented 4 years ago

Implementation of add and remove color buttons, users can inform the hex code of a color and after pressing the "Add Color" button it will be created a button in the menu with the new color and the extension will change to this color, pressing the "Remove Color" button will remove the menu button of the color informed, the only color that can't be removed is crunchyrollOrange.

Changes:

Created add and remove color buttons Using Promises to get user chrome data Removed change color button

Current options page: image

samuraiexx commented 4 years ago

Increase the Remove Color button size. In the case, the best would be to have the width auto with horizontal padding.

hsnavarro commented 4 years ago

Increase the Remove Color button size. In the case, the best would be to have the width auto with horizontal padding.

New design: image