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:
Karl Stolley 2023-04-27 14:13:59 -05:00 committed by GitHub
parent 07cb08b8c5
commit 67f3cb67c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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>