Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher 22099dfe9f Fix scrolling bug related to resize.
When Bootstrap shrinks the divs down into 'tablet' mode, our selected
message might end up being even lower in the screen than it was before
(because more text wraps). But our scrollbar does not automatically
advance to keep it in view -- so we do it manually.

This implementation is a little hackish in that it does some
unnecessary recenter_view-ing in big views (which can be a touch
disorienting) to optimize recentering on resizing for small views.

If that behavior is annoying, we can deal with it by being
smarter about when we trigger the recenter code.

(imported from commit 6834e11f7a37833982c388f15174df661d7f55b3)
2012-10-12 00:17:24 -04:00
api zephyr_mirror: Automatically subscribe to streams in ~/.zephyr.subs. 2012-10-11 16:28:51 -04:00
confirmation Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
humbug Add an API call to subscribe to a list of streams. 2012-10-11 16:20:45 -04:00
servers Move our server configuration into puppet. 2012-09-20 17:00:24 -04:00
templates Condense name and email when we have a very narrow window. 2012-10-11 23:10:48 -04:00
tools Make pressing escape also un-narrow 2012-10-11 14:30:51 -04:00
zephyr Fix scrolling bug related to resize. 2012-10-12 00:17:24 -04:00
.gitignore gitignore: Update for s/zephyrs/messages/ 2012-10-04 15:30:42 -04:00
manage.py Add manage.py (oops). 2012-08-28 12:45:35 -04:00