zulip/static/styles
akshatdalton bf41f455cd message_view: Add support for unmuting of topic from its recipient bar.
Earlier, a user can only mute a topic from its recipient bar but can't
unmute it from there (and in fact we displayed an option to mute even
if the topic was already muted!). This commit fixes that bug and
allows a user also to unmute the topic from its recipient bar.

There are two core issues here;
* We did not have code, an icon, etc. for the "already muted" case in
  the recipient bar logic at all.
* We did not rerender messages in !excludes_muted_topics views when
  muting state changed.

See: 660475bd0c for background on when
we started only rerendering the streams with excludes_muted_topics
after muting changes.  Rerendering of newly muted topics are important
for live rendering if a user is narrowed to that topic itself, which
are essentially all excludes_muted_topics narrows anyway.

Hence, now, we rerender by calling the `rerender` function for muted
topics (which is done just before we update the items for muting via
the function: `update_items_for_topic_muting`).

Tweaked by tabbott to add comments explaining the reasoning and
long-term plans.

Fixes #15223.
2021-05-03 13:07:09 -07:00
..
portico help: Improve alignment for markdown tables. 2021-05-01 08:21:03 -07:00
alerts.css static: Make alert.css shared between app and portico. 2021-04-26 09:27:05 -07:00
app_components.css UI: Add Zulip version in gear menu. 2021-04-30 17:58:08 -07:00
components.css zulip-icon: Add zulip-icon as classPrefix for icon. 2021-04-29 09:02:25 -07:00
compose.css css: Extract variables for the widths of the sidebars. 2021-04-30 16:02:31 -07:00
drafts.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
hotspots.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
image_upload_widget.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
informational_overlays.css keyboard shortcuts: Make keyboard shortcuts modal more responsive. 2021-02-26 07:59:15 -08:00
input_pill.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
left_sidebar.css sidebars: Add a bit of margin above sidebar links. 2021-04-30 16:07:25 -07:00
lightbox.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
message_edit_history.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
night_mode.css UI: Add Zulip version in gear menu. 2021-04-30 17:58:08 -07:00
popovers.css docs: Fix spelling errors caught by codespell. 2021-04-26 09:31:08 -07:00
pygments.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
reactions.css css: Add block comment for reaction button logic. 2021-04-16 12:20:54 -07:00
recent_topics.css recent_topics: Use unread_counts class for showing unread count. 2021-04-14 10:57:16 -07:00
rendered_markdown.css message_edit_form: Convert from id to class. 2021-04-27 10:06:25 -07:00
right_sidebar.css sidebars: Add a bit of margin above sidebar links. 2021-04-30 16:07:25 -07:00
settings.css settings css: Make HTML table headers sticky. 2021-04-30 08:19:47 -07:00
subscriptions.css stream_creation_form: Fix footer padding overlapping with text. 2021-04-25 08:54:08 -07:00
typing_notifications.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
user_circles.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
user_status.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
widgets.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
zulip.css message_view: Add support for unmuting of topic from its recipient bar. 2021-05-03 13:07:09 -07:00