IBM / guestbook

Apache License 2.0
65 stars 226 forks source link

Remove randomly changing colors #61

Closed svennam92 closed 5 years ago

svennam92 commented 5 years ago

I've had feedback that the random changing of colors on a refresh is confusing. This effect implies that a different version of the application is being hit, be it v1 or v2, or a different Kubernetes provider. However, this is not the case - it's just a randomization in the JS.

This commit does the following:

svennam92 commented 5 years ago

@duglin @linsun PTAL

duglin commented 5 years ago

LGTM thanks