Anders Kaseorg
ba8b9a445b
eslint: Fix unicorn/prefer-node-protocol.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-10-08 16:54:15 -07:00
opmkumar
b9425d4d10
left sidebar: Improve how starred message count is hidden.
...
Fixes #30898 .
2024-08-27 13:08:29 -07:00
Aman Agrawal
272337f0f9
filter: Remove incorrect check for `All messages` view.
...
All message view has `in-home` filter and is not empty.
If there are no terms provided, we set filter to display
all messages (including muted streams/topics).
We make it mandatory to provide terms to Filter.
2024-01-15 12:26:24 -08:00
Karl Stolley
ae146c3df7
left_sidebar: Grid 'Back to streams' with unread count.
...
This also hides the usual STREAMS header when zoomed in to more
topics.
2023-11-21 09:16:43 -08:00
Karl Stolley
62f5806f42
left_sidebar: Ensure All messages highlight on reload.
...
Co-Authored-By: Tim Abbott <tabbott@zulip.com>
2023-11-15 17:33:21 -08:00
Karl Stolley
335790dae8
left_sidebar: Add unread streams count to Streams header.
2023-11-15 10:07:04 -08:00
Karl Stolley
5d2d8f9215
left_sidebar: Add logic and styles to show unreads on selected home view.
2023-11-03 10:08:37 -07:00
Tim Abbott
20b2323c67
left_sidebar: Deduplicate handle_narrow_deactivated.
...
handle_narrow_activated did the same thing is passed the home_msg_list
filter.
2023-10-05 10:31:23 -07:00
Aman Agrawal
2ec8273c6e
left_sidebar: Move all messages popover to inbox.
...
Also, renamed files and variables as needed.
2023-10-04 13:10:08 -07:00
Aman Agrawal
6ef0753a51
inbox: Add new narrow.
2023-09-12 09:20:33 -07:00
Aman Agrawal
a5dafa383c
left_sidebar_navigation_area: Rename narrow_to_recent_topics.
...
narrow is a term that is intended to only apply to a message feed
view; it comes from "narrowing the set of messages you're looking
at from the All messages" so switching it to something different
makes sense.
2023-09-09 18:51:01 -07:00
evykassirer
a8ba40c04e
recent: Rename narrow_to_recent_topics.
2023-09-08 07:36:33 -07:00
evykassirer
3179e6bb86
recent: Rename .top_left_recent_topics.
2023-09-08 07:36:33 -07:00
Hardik Dharmani
cd24620c4a
js: Rename top_left_corner.js to left_sidebar_navigation_area.js.
...
This provides a much clearer and more consistent codebase name for
this part of the app.
Fixes part of #25902 .
2023-07-24 13:02:28 -07:00