zulip/frontend_tests
Austin Riba 3df0cacd9e messages: Show tippy tooltip for inline images.
This commit adds a tippy tooltip for inline image previews in messages.

There exists some (reasonable) logic in `static/js/util.js` which
overrides all title attributes for links to user-uploaded content to
ensure they always display "Download <filename>". This doesn't make
sense for inline images specifically because they will be opened in a
ligthbox, so we prevent that.

There is an additional tippy instance created in `static/js/tippyjs.js`
to add tippy tooltips to inline images, which takes advantage of the now
preserved title attribute of the parent link.
2022-03-21 15:36:10 -07:00
..
node_tests messages: Show tippy tooltip for inline images. 2022-03-21 15:36:10 -07:00
puppeteer_lib puppeteer tests: Split stream tests to two files. 2022-03-18 12:20:48 -04:00
puppeteer_tests puppeteer tests: Split stream tests to two files. 2022-03-18 12:20:48 -04:00
zjsunit node_tests: Add a few missing $ prefixes. 2022-03-17 13:10:23 -07:00