zulip/static
Steve Howell 65a2f012d4 Simplify pin/unpin code path.
I make server_events slimmer by not handling a specific
property when subs.update_subscription_properties() should
do all the dispatching (and mostly did).

And then since update_subscription_properties() has
a "sub" already, I can call directly to stream_list code
and remove a function from subs.js.  Since I lose the
wrapper function in subs.js, I rename the stream_list
function as part of this commit.

The only code that gets slightly heavier here is that
we have two lines in the 'pin_to_top' case instead of one.
2016-10-25 23:29:15 -07:00
..
assets Move assets/ to live under static/. 2016-08-26 10:23:38 -07:00
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
html Fix end tags in 404/5xx pages. 2016-07-09 17:34:49 -07:00
images Add Librato integration. 2016-09-13 21:55:25 -07:00
js Simplify pin/unpin code path. 2016-10-25 23:29:15 -07:00
locale Handle invite remaining translation in JS. 2016-10-13 15:07:37 -07:00
styles css: Create a separate file for subscriptions CSS. 2016-10-25 22:57:50 -07:00
templates settings: Fix Zulip Labs Spacing Issue. 2016-10-25 16:59:08 -07:00
third Add support for !gravatar syntax in echo.js. 2016-10-20 14:40:45 -07:00
.gitignore Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
favicon.ico Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00