From d9263e07d138c3c469e4ededae4f29e9322e1ddf Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 23 Oct 2025 16:56:51 +0200 Subject: [PATCH] refactor: remove refresh button from highlights sidebar Remove the refresh IconButton from highlights panel header as it's no longer needed. --- .../HighlightsPanel/HighlightsPanelHeader.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/HighlightsPanel/HighlightsPanelHeader.tsx b/src/components/HighlightsPanel/HighlightsPanelHeader.tsx index 841852d1..c560f8ae 100644 --- a/src/components/HighlightsPanel/HighlightsPanelHeader.tsx +++ b/src/components/HighlightsPanel/HighlightsPanelHeader.tsx @@ -1,6 +1,6 @@ import React from 'react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faChevronRight, faEye, faEyeSlash, faRotate, faUser, faUserGroup, faNetworkWired } from '@fortawesome/free-solid-svg-icons' +import { faChevronRight, faEye, faEyeSlash, faUser, faUserGroup, faNetworkWired } from '@fortawesome/free-solid-svg-icons' import { HighlightVisibility } from '../HighlightsPanel' import IconButton from '../IconButton' @@ -95,17 +95,6 @@ const HighlightsPanelHeader: React.FC = ({ )}
- {onRefresh && ( - - )} {hasHighlights && (