zulip/static/js/bundles
Steve Howell acb7149386 Extract topic_zoom.js.
This small modules nicely breaks down the
responsibilities of topic_list and stream_list
when it comes to zooming in and out of topics
(also known as hitting "more topics" or "All
Streams).

Before this, neither module was clearly in
charge, and there were kind of complicated
callback mechanisms.  The stream_list code
was asking topic_list to create click handlers
that called back into stream_list.

Now we just topic_zoom set up its own click
handlers and delegate out to the other two
modules.
2018-10-24 16:54:35 -07:00
..
app.js Extract topic_zoom.js. 2018-10-24 16:54:35 -07:00
commons.js font-awesome: Drop support for legacy font awesome icons. 2018-10-15 20:14:55 +05:30