zulip/static
Brock Whittaker 6079584c85 perf: Use offsetHeight rather than getBoundingClientRect() in condenser.
Using the offsetHeight getter is ~2.5x faster than
getBoundingClientRect() on what can be an expensive operation to do in
the hundreds of times.

Note: Tim thinks that this may have been different a few years ago,
since we tested fairly carefully before settling on
getBoundingClientRect, but benchmarks pretty clearly show offsetHeight
is faster today, so we should use that.
2017-01-04 12:42:16 -08:00
..
assets pep8: Fix E128 violations. 2016-12-13 10:50:14 -08:00
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html Fix end tags in 404/5xx pages. 2016-07-09 17:34:49 -07:00
images user docs: Remove unnecessary images. 2017-01-04 08:50:38 -08:00
js perf: Use offsetHeight rather than getBoundingClientRect() in condenser. 2017-01-04 12:42:16 -08:00
locale Django 1.10: Update i18n. 2016-12-13 21:40:43 -08:00
styles Hide/Show Optimization with #group-pm-list. 2017-01-04 12:36:55 -08:00
templates notifications: Improve HTML/CSS for desktop notifications. 2017-01-02 16:42:04 -08:00
third bug fix: Handle empty at-mentions gracefully. 2016-12-21 15:32:12 -08: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