Files
zulip/static/js
Steve Howell b11fbf0b4b Consolidate stream/topic logic for unread messages.
This change introduces an unread_topic_counter object
that manages unread counts for streams and topics.  Consolidating
all the logic into a single class will set us up to add
logic for dealing with topic counts that includes provisional
counts of unread messages from the server.  It also makes
the current code a little easier to reason about.

Most of this change was simply extracting functions, but
I also removed a few unnecessary and inconsistent calls to
`stream_data.canonicalized_name` that preceded our use of
Dict with a fold_case argument.
2016-12-14 19:10:55 -08:00
..
2016-12-07 16:11:52 -08:00
2013-07-29 12:11:26 -04:00
2016-12-02 18:49:42 -08:00
2016-12-07 16:11:52 -08:00
2014-01-15 16:07:20 -05:00
2016-12-07 16:11:52 -08:00