From c55af7bead58ea11ac9d0e66d7a287e46cd5b467 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Wed, 4 Feb 2026 17:17:18 -0800 Subject: [PATCH] fix(webapp): ask ai button missing tooltip (#2964) Fixes - the tooltip not displaying on the AskAI button in the side menu - incorrect AskAI button heights - Small UI tweaks --- Open with Devin --------- Co-authored-by: Mihai Popescu --- apps/webapp/app/components/AskAI.tsx | 21 ++++++++++--------- apps/webapp/app/components/Shortcuts.tsx | 3 ++- .../app/components/navigation/SideMenu.tsx | 5 ++++- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/apps/webapp/app/components/AskAI.tsx b/apps/webapp/app/components/AskAI.tsx index bc55469b8..814d4649c 100644 --- a/apps/webapp/app/components/AskAI.tsx +++ b/apps/webapp/app/components/AskAI.tsx @@ -118,30 +118,31 @@ function AskAIProvider({ websiteId, isCollapsed = false }: AskAIProviderProps) { -
- + + - -
+ + Ask AI - +
diff --git a/apps/webapp/app/components/Shortcuts.tsx b/apps/webapp/app/components/Shortcuts.tsx index e3e4d6fe9..a3fcd0749 100644 --- a/apps/webapp/app/components/Shortcuts.tsx +++ b/apps/webapp/app/components/Shortcuts.tsx @@ -76,7 +76,8 @@ function ShortcutContent() { - + + diff --git a/apps/webapp/app/components/navigation/SideMenu.tsx b/apps/webapp/app/components/navigation/SideMenu.tsx index 1e7d48cd5..95282f15f 100644 --- a/apps/webapp/app/components/navigation/SideMenu.tsx +++ b/apps/webapp/app/components/navigation/SideMenu.tsx @@ -993,7 +993,10 @@ function CollapseToggle({ return (
{/* Vertical line to mask the side menu border */} -
+