zulip/frontend_tests
Steve Howell 0ced7cfc55 Make newly subscribed streams appear active.
When you subscribe to a stream, we now set a newly_subscribed
flag on the object, and we return true during the is_active()
call.

This solves the problem that immediately after you subscribe, you
don't have any messages in the stream, so it would appear active
by our old criteria.

This is still something of a workaround, as once you reload, the
stream will become inactive again, unless other messages come in.

A more permanent solution here would be to have the backend
indicate newly subscribed streams to us (apart from the initial
event), but we may not really need that in practice.
2017-04-28 07:40:25 -07:00
..
casper_lib Redesign login and registration pages. 2017-04-26 18:04:05 -07:00
casper_tests settings: Redesign settings/administration panel buttons. 2017-04-25 16:33:59 -07:00
node_tests Make newly subscribed streams appear active. 2017-04-28 07:40:25 -07:00
zjsunit Move thirdparty-fonts.css from static/styles to static/third. 2017-03-21 13:40:05 -07:00
.eslintrc.json Eslint: Add additioanl rules, some for GCI. 2016-12-05 10:01:56 -08:00
run-casper Disable proxy setting for test-backend and test-js-with-casper. 2017-04-18 12:35:44 -07:00