zulip/web
Aman Agrawal 0a90a13bec popover_menus: Fix event handler trying to hide a hidden popover.
When user is trying to open a modal after clicking on a button
in a popover, we call popovers.hide_all() before opening the modal
which hides the popover but since the event handler call isn't
finished running yet, we call instance.hide() again resulting in
tippy throwing errors that this could be a memory leak.

We introduce a wrapper function for `instance.hide` which if
the popover/tooltip is visible before hiding it to fix it.
2024-04-04 12:51:35 -07:00
..
e2e-tests registration: Ask user how they found Zulip. 2024-04-01 12:44:12 -07:00
generated
html
images portico: Remove screenshots from /apps. 2024-01-31 16:10:32 -08:00
server katex_server: Add Prometheus metrics. 2024-03-15 15:34:12 -07:00
shared left-sidebar: Change recent conversation icon. 2024-03-26 12:55:34 -07:00
src popover_menus: Fix event handler trying to hide a hidden popover. 2024-04-04 12:51:35 -07:00
styles timestamps: Calculate the maximum timestamp width in use. 2024-04-03 17:38:43 -07:00
templates message_body: Hyphenate message-time class. 2024-04-03 17:38:43 -07:00
tests mentions: Replace "channel" wildcard when selected via typeahead. 2024-04-04 11:16:07 -07:00
third typeahead: Move module to web/src. 2024-03-11 09:56:18 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-02-22 12:46:40 -08:00
debug-require-webpack-plugin.ts eslint: Fix @typescript-eslint/no-confusing-void-expression. 2023-12-21 16:14:40 -08:00
debug-require.js
postcss.config.js
webpack.assets.json registration: Ask user how they found Zulip. 2024-04-01 12:44:12 -07:00
webpack.config.ts katex: Replace subprocess call with minimal external service. 2024-03-15 15:34:12 -07:00
webpack.dev-assets.json