mirror of https://github.com/zulip/zulip.git
right-sidebar: Remove duplicate search people tooltip.
The buddy list redesign introduced a new, more detailed tooltip, and neglected to remove the previous one.
This commit is contained in:
parent
d10d72e6a9
commit
f5505ace89
|
@ -245,7 +245,6 @@ export function initialize(): void {
|
||||||
delegate("body", {
|
delegate("body", {
|
||||||
target: [
|
target: [
|
||||||
"#streams_header .streams-tooltip-target",
|
"#streams_header .streams-tooltip-target",
|
||||||
"#user_filter_icon",
|
|
||||||
"#scroll-to-bottom-button-clickable-area",
|
"#scroll-to-bottom-button-clickable-area",
|
||||||
".spectator_narrow_login_button",
|
".spectator_narrow_login_button",
|
||||||
"#stream-specific-notify-table .unmute_stream",
|
"#stream-specific-notify-table .unmute_stream",
|
||||||
|
|
|
@ -5,10 +5,7 @@
|
||||||
<h4 class='right-sidebar-title' id='userlist-title'>
|
<h4 class='right-sidebar-title' id='userlist-title'>
|
||||||
{{t 'USERS' }}
|
{{t 'USERS' }}
|
||||||
</h4>
|
</h4>
|
||||||
<i id="user_filter_icon" class="fa fa-search"
|
<i id="user_filter_icon" class="fa fa-search"></i>
|
||||||
aria-hidden="true" aria-label="{{t 'Search people' }}"
|
|
||||||
data-tooltip-template-id="search-people-tooltip-template">
|
|
||||||
</i>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="input-append notdisplayed" id="user_search_section">
|
<div class="input-append notdisplayed" id="user_search_section">
|
||||||
<input class="user-list-filter home-page-input filter_text_input" type="text" autocomplete="off" placeholder="{{t 'Search people' }}" />
|
<input class="user-list-filter home-page-input filter_text_input" type="text" autocomplete="off" placeholder="{{t 'Search people' }}" />
|
||||||
|
|
|
@ -184,10 +184,6 @@
|
||||||
{{t "Mute topic" }}
|
{{t "Mute topic" }}
|
||||||
{{tooltip_hotkey_hints "Shift" "M"}}
|
{{tooltip_hotkey_hints "Shift" "M"}}
|
||||||
</template>
|
</template>
|
||||||
<template id="search-people-tooltip-template">
|
|
||||||
{{t 'Search people' }}
|
|
||||||
{{tooltip_hotkey_hints "W"}}
|
|
||||||
</template>
|
|
||||||
<template id="restore-scheduled-message-tooltip-template">
|
<template id="restore-scheduled-message-tooltip-template">
|
||||||
{{t 'Edit and reschedule message' }}
|
{{t 'Edit and reschedule message' }}
|
||||||
{{tooltip_hotkey_hints "Enter"}}
|
{{tooltip_hotkey_hints "Enter"}}
|
||||||
|
|
Loading…
Reference in New Issue