pub-trivia / trivia-app

Play trivia with friends around the world
https://pub-trivia.herokuapp.com
6 stars 4 forks source link

Make selected icon and color more obvious #148

Closed cynthiarich closed 4 years ago

cynthiarich commented 4 years ago

When joining a game, it is difficult to see what options you previously selected for icon and color. This PR is really small, but it accomplishes the following:

  1. All the icons in the icon picker first appear as a light grey.
  2. When an icon is selected, it changes to the default color (the blue).
  3. When a color is selected in the color picker, it changes the color of the icon selected in the icon picker.
  4. If the user doesn't pick anything, their icon will default to the blue throughout the game and no color value will be saved in the db - I tested this and it didn't break anything.