mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
left_sidebar: Use calendar-days icon with scheduled messages.
This commit is contained in:
@@ -117,11 +117,6 @@ Copyright: Google, Inc.
|
||||
License: Apache-2.0
|
||||
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
|
||||
Source: https://fonts.google.com/icons?selected=Material+Symbols+Rounded:smart_toy
|
||||
Copyright: Google, Inc.
|
||||
@@ -1497,5 +1492,5 @@ License: ISC License
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
||||
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
|
||||
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
|
||||
|
@@ -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
|
||||
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**.
|
||||
|
@@ -1 +0,0 @@
|
||||
<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'><g fill='black'><path d='M4.67 8.66c0-.36.3-.66.66-.66h.01a.66.66 0 1 1 0 1.33.67.67 0 0 1-.67-.67ZM8 8a.66.66 0 1 0 0 1.33A.66.66 0 1 0 8 8Zm2 .66c0-.36.3-.66.67-.66a.67.67 0 0 1 0 1.33.66.66 0 0 1-.67-.67Zm-4.67 2.01a.66.66 0 1 0 0 1.33h.01a.66.66 0 1 0 0-1.33Zm2 .66c0-.37.3-.66.67-.66A.66.66 0 1 1 8 12a.66.66 0 0 1-.67-.67Zm3.34-.66a.66.66 0 1 0 0 1.33.67.67 0 0 0 0-1.33Z'/><path fill-rule='evenodd' d='M11.33.67a.66.66 0 1 0-1.33 0v.66H6V.66a.66.66 0 1 0-1.33 0v.67H3.33a2 2 0 0 0-2 2v9.34c0 1.1.9 2 2 2h9.34a2 2 0 0 0 2-2V3.33a2 2 0 0 0-2-2h-1.34V.66Zm2 4.66v-2c0-.37-.3-.67-.66-.67h-1.34v.67a.66.66 0 1 1-1.33 0v-.67H6v.67a.66.66 0 1 1-1.33 0v-.67H3.33c-.37 0-.67.3-.67.67v2h10.68ZM2.67 6.66h10.68v6c0 .37-.3.67-.67.67H3.33a.67.67 0 0 1-.67-.66v-6Z' clip-rule='evenodd'/></g></svg>
|
Before Width: | Height: | Size: 886 B |
@@ -134,7 +134,7 @@
|
||||
<li class="top_left_scheduled_messages top_left_row hidden-for-spectators">
|
||||
<a class="left-sidebar-navigation-label-container" href="#scheduled">
|
||||
<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>
|
||||
{{~!-- squash whitespace --~}}
|
||||
<span class="left-sidebar-navigation-label">{{t 'Scheduled messages' }}</span>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
{{#if has_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">
|
||||
<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="unread_count"></span>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user