zulip/static
Steve Howell df0e4a73fa refactor: Remove brittle check for !select_first_unread.
When we are deciding whether to preserve scroll position, we
mainly care that then_select_offset is set to a value.  If
we had no intention of preserving scroll offset, we would have
never bothered to set it.  The check for !select_first_unread
is always redundant, as verified by lots of clicking around
with some print debugging.  And it's a brittle check,
because it couples the decision of scrolling destination to
the mechanism by which we decide our selection.  While those
things are closely related, it's possible in the future that
we'll decide to advance to an unread message and still want
to set then_select_offset, but we might forget to mutate
select_first_unread.

Long story short, the code is simpler and safer now.
2018-05-03 07:52:15 -07:00
..
assets Fix favicon generator script. 2018-01-30 10:32:55 -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 portico: Change CSS class to float-left and float-right. 2018-05-02 15:23:33 -07:00
icons/fonts Generate custom-icon-webfont on each provision or update-prod-static. 2017-11-20 16:36:49 -08:00
images why-zulip: Include cartoon of Julia Evans. 2018-04-30 17:46:02 -07:00
js refactor: Remove brittle check for !select_first_unread. 2018-05-03 07:52:15 -07:00
locale i18n: Update translations. 2018-04-17 12:41:06 -07:00
styles stream-settings: Improve selection behavior around the stream-settings. 2018-05-02 21:05:41 -07:00
swagger org setting: Add time limits for message deleting. 2018-04-27 19:22:28 -07:00
templates public_archives: Add styling to the public topics. 2018-05-02 15:23:33 -07:00
third upload: Add/enable uploadStarted option in jquery-filedrop plugin. 2018-05-02 12:32:13 -07:00
ts webpack: Upgrade webpack version 4.5.0. 2018-04-23 15:49:33 -07:00
.gitignore i18n: Make Git ignore mobile.json resources. 2018-01-29 12:49:51 -08:00
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00