From 03559ddc01525e0269962eaf0759b71204645639 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:28:15 +0530 Subject: [PATCH] style: Update connector popup styles for improved UI consistency, including border adjustments, background colors, and hover effects. --- .../assistant-ui/connector-popup.tsx | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/surfsense_web/components/assistant-ui/connector-popup.tsx b/surfsense_web/components/assistant-ui/connector-popup.tsx index bfcb68847..9043ef657 100644 --- a/surfsense_web/components/assistant-ui/connector-popup.tsx +++ b/surfsense_web/components/assistant-ui/connector-popup.tsx @@ -323,7 +323,7 @@ export const ConnectorIndicator: FC = () => { )} - + {/* Header */}
{ -
+
All Connectors - Active + + Active + + {totalSourceCount > 0 && ( {totalSourceCount} @@ -360,13 +363,13 @@ export const ConnectorIndicator: FC = () => { -
+
setSearchQuery(e.target.value)} /> @@ -394,9 +397,9 @@ export const ConnectorIndicator: FC = () => { return (
-
+
{getConnectorIcon(connector.connectorType, "size-6")}
@@ -452,9 +455,9 @@ export const ConnectorIndicator: FC = () => { -
+
{getConnectorIcon(connector.connectorType, "size-6")}
@@ -487,9 +490,9 @@ export const ConnectorIndicator: FC = () => { {activeDocumentTypes.map(([docType, count]) => (
-
+
{getConnectorIcon(docType, "size-6")}
@@ -505,9 +508,9 @@ export const ConnectorIndicator: FC = () => { {connectors.map((connector) => (
-
+
{getConnectorIcon(connector.connector_type, "size-6")}