message_feed: Notify users when skipping unsubscribed channels.

Zulip has an invariant that all unread messages must be in channels the
user is subscribed to. Therefore, in this commit, we add a feedback
widget to notify users when a channel to which they are not subscribed is
skipped while marking messages as unread in an interleaved view.

Fixes #23470.

Co-authored-by: Hemant Umre <hemantumre12@gmail.com>.
This commit is contained in:
sanchi-t
2024-09-05 19:51:59 +05:30
committed by Tim Abbott
parent dd7cf27735
commit dabe601015
3 changed files with 77 additions and 4 deletions

View File

@@ -389,6 +389,10 @@ body.has-overlay-scrollbar {
white-space: pre;
}
.white-space-nowrap {
white-space: nowrap;
}
/* Set flex display on login buttons only in the
spectator view. We want them to display none
otherwise. */