popovers: Migrate "all messages" popover to Tippy.

This commit is contained in:
Daniil Fadeev
2023-03-22 12:40:38 +04:00
committed by Tim Abbott
parent edb293c3da
commit 1337c0fec1
6 changed files with 25 additions and 62 deletions

View File

@@ -32,7 +32,6 @@ const message_lists = mock_esm("../src/message_lists", {
mock_esm("../src/stream_popover", {
hide_stream_popover: noop,
hide_topic_popover: noop,
hide_all_messages_popover: noop,
hide_drafts_popover: noop,
hide_streamlist_sidebar: noop,
});