bitcoin-core-review-club/website

Color-code meeting participants

jnewbery opened this issue · 2 comments

We render all meeting participants in the same color. A couple of people have suggested to me that each participant should have a separate color to make it easier to follow threads. Not sure how much effort it'd be to implement it or how useful in general, but I'm opening this issue to track that request.

currently:

image

proposed:

image

Ok. Should be easy: start with a data structure of shuffled basic colors, then in the loop set the nick text color to (the assigned color for that nick if it exists, otherwise assign one).

Done with #157.