left_sidebar: Use calendar-days icon with scheduled messages.

This commit is contained in:
Karl Stolley 2024-10-08 15:14:31 -04:00 committed by Tim Abbott
parent 2e0cd48141
commit 1f2ce2e7e6
5 changed files with 5 additions and 10 deletions

View File

@ -117,11 +117,6 @@ Copyright: Google, Inc.
License: Apache-2.0 License: Apache-2.0
Comment: Material volume icon (rounded) with custom cross symbol Comment: Material volume icon (rounded) with custom cross symbol
Files: web/shared/icons/scheduled-messages.svg
Copyright: 2013-2023 Cole Bemis (https://feathericons.com)
License: Expat
Comment: Icon has been modified by Vlad Koborov
Files: web/shared/icons/smart-toy.svg Files: web/shared/icons/smart-toy.svg
Source: https://fonts.google.com/icons?selected=Material+Symbols+Rounded:smart_toy Source: https://fonts.google.com/icons?selected=Material+Symbols+Rounded:smart_toy
Copyright: Google, Inc. Copyright: Google, Inc.
@ -1497,5 +1492,5 @@ License: ISC License
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE ORPERFORMANCE OF THIS SOFTWARE ARISING OUT OF OR IN CONNECTION WITH THE USE ORPERFORMANCE OF THIS SOFTWARE

View File

@ -1,4 +1,4 @@
1. Click on <i class="zulip-icon zulip-icon-scheduled-messages"></i>**Scheduled messages** 1. Click on <i class="zulip-icon zulip-icon-calendar-days"></i>**Scheduled messages**
in the left sidebar. If the **views** section is collapsed, click on in the left sidebar. If the **views** section is collapsed, click on
the **ellipsis** (<i class="zulip-icon zulip-icon-more-vertical"></i>), and the **ellipsis** (<i class="zulip-icon zulip-icon-more-vertical"></i>), and
select <i class="zulip-icon zulip-icon-scheduled-messages"></i>**Scheduled messages**. select <i class="zulip-icon zulip-icon-calendar-days"></i>**Scheduled messages**.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 886 B

View File

@ -134,7 +134,7 @@
<li class="top_left_scheduled_messages top_left_row hidden-for-spectators"> <li class="top_left_scheduled_messages top_left_row hidden-for-spectators">
<a class="left-sidebar-navigation-label-container" href="#scheduled"> <a class="left-sidebar-navigation-label-container" href="#scheduled">
<span class="filter-icon"> <span class="filter-icon">
<i class="zulip-icon zulip-icon-scheduled-messages" aria-hidden="true"></i> <i class="zulip-icon zulip-icon-calendar-days" aria-hidden="true"></i>
</span> </span>
{{~!-- squash whitespace --~}} {{~!-- squash whitespace --~}}
<span class="left-sidebar-navigation-label">{{t 'Scheduled messages' }}</span> <span class="left-sidebar-navigation-label">{{t 'Scheduled messages' }}</span>

View File

@ -16,7 +16,7 @@
{{#if has_scheduled_messages }} {{#if has_scheduled_messages }}
<li role="none" class="link-item popover-menu-list-item condensed-views-popover-menu-scheduled-messages"> <li role="none" class="link-item popover-menu-list-item condensed-views-popover-menu-scheduled-messages">
<a href="#scheduled" role="menuitem" class="popover-menu-link" tabindex="0"> <a href="#scheduled" role="menuitem" class="popover-menu-link" tabindex="0">
<i class="popover-menu-icon zulip-icon zulip-icon-scheduled-messages" aria-hidden="true"></i> <i class="popover-menu-icon zulip-icon zulip-icon-calendar-days" aria-hidden="true"></i>
<span class="popover-menu-label">{{t 'Scheduled messages' }}</span> <span class="popover-menu-label">{{t 'Scheduled messages' }}</span>
<span class="unread_count"></span> <span class="unread_count"></span>
</a> </a>