zulip/static
Vladislav Manchev 668d0d9dfa Fix performance issues with user presence list in large realms.
Whenever a user became active, this triggers an immediate presence
update event (to show that user as active).  The implementation for
that event (running on the browsers of all other users in the realm)
would fully rerender the presence list, which can be an expensive
operation in a large realm, just to update the status for that one
user.  This fixes that case to just remove the user from the list and
then re-insert it at the appropriate index.

[Commit message expanded with more details by Tim Abbott]
2016-02-12 20:04:43 -08:00
..
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
html Update Zulip support email to zulip-devel@googlegroups.com. 2015-09-29 17:59:47 -07:00
images Fix broken link to the cute guinea pig image in tutorial. 2016-01-09 22:52:35 -08:00
js Fix performance issues with user presence list in large realms. 2016-02-12 20:04:43 -08:00
styles Show 5 most recent "Private messages" when clicked. 2015-12-15 07:52:54 -08:00
templates Fix performance issues with user presence list in large realms. 2016-02-12 20:04:43 -08:00
third Remove pre-built emoji images from version control. 2015-09-25 00:22:15 -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
robots.txt Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00