From f5505ace8972dde8aaf9ec0cbb4e3e5266378724 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 11 Mar 2024 16:16:52 -0700 Subject: [PATCH] right-sidebar: Remove duplicate search people tooltip. The buddy list redesign introduced a new, more detailed tooltip, and neglected to remove the previous one. --- web/src/tippyjs.ts | 1 - web/templates/right_sidebar.hbs | 5 +---- web/templates/tooltip_templates.hbs | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/web/src/tippyjs.ts b/web/src/tippyjs.ts index 46e91172d0..2d481ad320 100644 --- a/web/src/tippyjs.ts +++ b/web/src/tippyjs.ts @@ -245,7 +245,6 @@ export function initialize(): void { delegate("body", { target: [ "#streams_header .streams-tooltip-target", - "#user_filter_icon", "#scroll-to-bottom-button-clickable-area", ".spectator_narrow_login_button", "#stream-specific-notify-table .unmute_stream", diff --git a/web/templates/right_sidebar.hbs b/web/templates/right_sidebar.hbs index d6cc493047..64c5ba575b 100644 --- a/web/templates/right_sidebar.hbs +++ b/web/templates/right_sidebar.hbs @@ -5,10 +5,7 @@ - +
diff --git a/web/templates/tooltip_templates.hbs b/web/templates/tooltip_templates.hbs index 937d73fd13..e72d6971ec 100644 --- a/web/templates/tooltip_templates.hbs +++ b/web/templates/tooltip_templates.hbs @@ -184,10 +184,6 @@ {{t "Mute topic" }} {{tooltip_hotkey_hints "Shift" "M"}} -