Files
zulip/static/js
Steve Howell fad024ebda Simplify stream sidebar narrows.
This fix simplifies how we re-render topic lists when we
re-narrow or zoom out from a topic list.

    * The topic_list.zoom_out() no longer gets called as
      part of re-narrowing, and we eliminate the clear_topics
      option.

    * For all situations where we narrow to a filter that does
      not have a topic, we simply call the new function
      clear_topics().

    * The stream_list code no longer calls remove_expanded_topics()
      in cases where the new narrow has a topic.  This allows us
      to optimize away scroll/flicker churn a little more easily.

As part of this, we rename maybe_activate_stream_item() to
update_stream_sidebar_for_narrow(), since the function clears
stuff as well as turning stuff on.
2017-08-11 13:01:39 -07:00
..
2017-04-21 21:59:22 -07:00
2017-07-27 11:31:33 -07:00
2017-08-02 09:40:47 -07:00
2017-05-16 23:34:45 -07:00
2017-07-21 11:38:25 -07:00
2017-07-27 14:26:22 -07:00
2017-04-06 11:28:36 -07:00
2017-04-06 11:28:36 -07:00
2017-04-25 09:57:32 -07:00
2017-07-27 14:26:22 -07:00
2017-08-11 13:01:39 -07:00
2017-08-01 22:38:22 -07:00
2017-03-22 07:29:42 -07:00
2017-03-19 11:05:45 -07:00
2017-08-04 14:10:46 -07:00
2017-07-04 13:54:33 -07:00