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:
Aman Agrawal
2022-11-29 07:05:14 +00:00
committed by Tim Abbott
parent 6a1ae465cc
commit eb45925b1a
9 changed files with 241 additions and 313 deletions

View File

@@ -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",