mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
actions_popover: Use tippyjs instead of bootstrap to display popover.
Fixes #23494 Popover now automatically displays on left when there is not enough space top or bottom of the reference element.
This commit is contained in:
@@ -71,6 +71,7 @@ EXEMPT_FILES = make_set(
|
||||
"static/js/confirm_dialog.js",
|
||||
"static/js/copy_and_paste.js",
|
||||
"static/js/csrf.ts",
|
||||
"static/js/css_variables.js",
|
||||
"static/js/dark_theme.js",
|
||||
"static/js/debug.js",
|
||||
"static/js/deprecated_feature_notice.js",
|
||||
@@ -82,6 +83,7 @@ EXEMPT_FILES = make_set(
|
||||
"static/js/emoji_picker.js",
|
||||
"static/js/emojisets.js",
|
||||
"static/js/favicon.js",
|
||||
"static/js/feature_flags.ts",
|
||||
"static/js/feedback_widget.js",
|
||||
"static/js/flatpickr.js",
|
||||
"static/js/floating_recipient_bar.js",
|
||||
|
||||
Reference in New Issue
Block a user