From 58f744a5c15780ca4ccdc2be3112b1ac53f3b082 Mon Sep 17 00:00:00 2001 From: Jeremy Ruppel Date: Thu, 26 Mar 2026 15:58:10 -0400 Subject: [PATCH] fix(site): remove noisy tooltips from AI Bridge session row (#23690) The provider and client icons both had a tooltip containing the exact same content as the badge. This removes the tooltips --- .../ListSessionsPage/ListSessionsRow.tsx | 60 +++++++------------ 1 file changed, 22 insertions(+), 38 deletions(-) diff --git a/site/src/pages/AIBridgePage/ListSessionsPage/ListSessionsRow.tsx b/site/src/pages/AIBridgePage/ListSessionsPage/ListSessionsRow.tsx index 29625d20d4..eecaa707d0 100644 --- a/site/src/pages/AIBridgePage/ListSessionsPage/ListSessionsRow.tsx +++ b/site/src/pages/AIBridgePage/ListSessionsPage/ListSessionsRow.tsx @@ -62,48 +62,32 @@ export const ListSessionsRow: FC = ({
- - - - -
- -
- - {getProviderDisplayName(session.providers[0])} - -
-
- - {getProviderDisplayName(session.providers[0])} - -
-
+ +
+ +
+ + {getProviderDisplayName(session.providers[0])} + +
- - - - -
- -
- - {session.client ?? "Unknown"} - -
-
- {session.client} -
-
+ +
+ +
+ + {session.client ?? "Unknown"} + +