compose: Add functions to mute/unmute recipient row.

This commit is contained in:
Karl Stolley
2024-11-01 13:44:17 -05:00
committed by Tim Abbott
parent 1ed8f577ed
commit 966c8451df
6 changed files with 50 additions and 2 deletions

View File

@@ -49,7 +49,14 @@
<form id="send_message_form" action="/json/messages" method="post">
<div class="compose_table">
<div id="compose_top">
<div id="compose-recipient">
{{!-- We start with the muted-recipient-row class
on the template to avoid showing the transition
when the compose box first opens. Note that this
class is immediately removed when it's not used,
so, for example, opening the compose box from
Inbox view does not cause any flash of unwanted
styling. --}}
<div id="compose-recipient" class="muted-recipient-row">
{{> dropdown_widget_wrapper
widget_name="compose_select_recipient"}}
<div class="topic-marker-container">