zulip/static
Aditya Bansal e1cc0455ee emoji_picker: Fix issue with emoji tab shifting.
In this commit we basically do these things:
* Clear up section_head_offsets before pushing stuff in it so that
its size doesn't keep on growing indefinitely with time and users
opening emoji picker.
* Make use of popover element to find the correct element in DOM
to scan for section elements. This prevents us from filling stuff
twice into section_head_offsets because of presence of two
elements for '.emoji-popover-subheading' in DOM since popover
destroy is an async call.
* Using this popover element also helps in avoiding manuplation
of the DOM elements of the popover that was destroyed (Because
popover destroy is async it still maybe around). One instance of
this is associating scroll event with the right instance of
'.emoji-popover-emoji-map'.
2017-08-18 12:18:39 -04:00
..
assets py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07: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
images integrations: Add OpsGenie integration. 2017-08-15 08:42:19 -07:00
js emoji_picker: Fix issue with emoji tab shifting. 2017-08-18 12:18:39 -04:00
locale locale: Update Japanese strings. 2017-08-07 16:58:10 -07:00
styles config_error.html: Increase container width. 2017-08-17 11:27:36 -07:00
swagger Delete the old zulip.com "referrals" system. 2017-07-07 14:59:18 -07:00
templates stream_sidebar_row: Rename data-name to data-stream-name. 2017-08-16 18:03:44 -07:00
third markdown.js: Remove paragraph break from numbered lists. 2017-07-28 12:32:20 -07:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore gitignore: Forget obsolete path static/js/bundle.js . 2017-07-19 14:19:20 -07:00
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt