We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98719d commit fee5f7fCopy full SHA for fee5f7f
tests/ui_tools/test_buttons.py
@@ -10,10 +10,10 @@
10
from zulipterminal.config.symbols import CHECK_MARK, MUTE_MARKER
11
from zulipterminal.ui_tools.buttons import (
12
DecodedStream,
13
+ DMButton,
14
EmojiButton,
15
MessageLinkButton,
16
ParsedNarrowLink,
- DMButton,
17
StarredButton,
18
StreamButton,
19
TopButton,
zulipterminal/ui_tools/views.py
@@ -46,11 +46,11 @@
46
from zulipterminal.server_url import near_message_url
47
from zulipterminal.ui_tools.boxes import PanelSearchBox
48
49
50
51
HomeButton,
52
MentionedButton,
53
54
55
56
TopicButton,
0 commit comments