zulip/static
Steve Howell 94da59ff81 local echo: Don't show collapse/uncollapse items.
Trying to collapse a locally echoed message is a rare
thing to do, and it was buggy before this due to races
between the server acking the original message and the
user flipping the collapsed flag.

We now calculate `should_display_collapse` and
`should_display_uncollapse` in the JS code and simplify
the template by eliminating all the inline if/else
logic.

(Note that we are about to disable the message menu
altogether for locally echoed messages, so this change
is partly future-proofing for when we put the menu
back for more innocuous commands.)
2017-12-26 09:01:21 -05:00
..
assets icons: Create framework for custom icons and add new bot icon. 2017-11-10 11:18:42 -08:00
audio
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html frontend: Add header to static/5xx.html. 2017-07-28 17:45:23 -07:00
icons/fonts Generate custom-icon-webfont on each provision or update-prod-static. 2017-11-20 16:36:49 -08:00
images Add Dropbox webhook integration. 2017-12-22 10:36:21 -05:00
js local echo: Don't show collapse/uncollapse items. 2017-12-26 09:01:21 -05:00
locale Renamed 'Register' to 'Sign up' including translations 2017-12-18 10:02:15 -05:00
styles Embedded bots: Add UI for adding embedded bots. 2017-12-26 08:50:00 -05:00
swagger docs: Update links from codebase to point to ReadTheDocs. 2017-11-16 10:53:49 -08:00
templates local echo: Don't show collapse/uncollapse items. 2017-12-26 09:01:21 -05:00
third bugdown: Remove whitespace strip from inline code. 2017-12-14 07:48:10 -05:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore gitignore: Add static/generated/icons. 2017-11-21 09:27:04 -08:00
favicon.ico
node_modules