Files
zulip/static/js
Steve Howell 1adcaad04a refactor: Simplify logic for circles.
We now have a function get_user_circle_class
that returns one of these values:

    "user_circle_green"
    "user_circle_orange"
    "user_circle_empty"

And we put that in the templates.

And then CSS renders the circle of the appropriate
color.

The unit tests now explicitly capture whether
we are rendering the correct kind of circle.
2019-02-18 14:22:37 -08:00
..
2019-02-18 14:22:37 -08:00
2018-06-11 07:51:24 -04:00
2018-07-30 11:25:32 -07:00
2018-12-18 10:41:06 -08:00
2018-11-28 14:51:51 -08:00
2019-01-09 09:15:45 -08:00
2019-01-07 19:20:56 -08:00