You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What determines the colors? They don't seem to be consistent (records shows a cat in one color, while cats shows it in a different one, even within the same page). Also, colors appear to differ between rcrd.org and localhost.
The text was updated successfully, but these errors were encountered:
My idea was that the color of a records' cats would correspond to the time of day, so that if you were looking at all your workouts, for example, you could tell at a glance whether they clustered around a certain time. The implementation of this, as you discovered, is not consistent or complete. The function that converts time of day into a 0-255 hue value is here: https://github.com/jeffcarp/rcrd/blob/master/app/helpers/application_helper.rb#L6
What determines the colors? They don't seem to be consistent (
records
shows a cat in one color, whilecats
shows it in a different one, even within the same page). Also, colors appear to differ between rcrd.org and localhost.The text was updated successfully, but these errors were encountered: