mirror of https://github.com/zulip/zulip.git
left-sidebar: Provide link to scheduled messages.
This provides a basic link to view scheduled messages. At present, the link is always visible, and it does not yet include a scheduled-message count. Fixes part of #25101.
This commit is contained in:
parent
07cb08b8c5
commit
67f3cb67c5
|
@ -66,6 +66,16 @@
|
|||
</template>
|
||||
<span class="arrow drafts-sidebar-menu-icon"><i class="zulip-icon zulip-icon-ellipsis-v-solid" aria-hidden="true"></i></span>
|
||||
</li>
|
||||
<li class="top_left_scheduled_messages top_left_row hidden-for-spectators">
|
||||
<a href="#scheduled">
|
||||
<span class="filter-icon">
|
||||
<i class="fa fa-calendar" aria-hidden="true"></i>
|
||||
</span>
|
||||
{{~!-- squash whitespace --~}}
|
||||
<span>{{t 'Scheduled messages' }}</span>
|
||||
<span class="unread_count"></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue