From d097a620f4bdcdccb26bbe118ce45c028fb6dcf8 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Mon, 14 Jul 2025 05:58:46 +0000 Subject: [PATCH] feat: remove RooTips from welcome screen to clean up UI - Remove RooTips component from ChatView welcome section - Keep RooTips component intact for potential future use - Addresses issue #5683 by removing informational tips about Customizable Modes and Task Orchestration - Results in cleaner, less cluttered welcome screen --- webview-ui/src/components/chat/ChatView.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index fa4d7ec82a6..77071f8bb08 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -36,7 +36,6 @@ import { useAppTranslation } from "@src/i18n/TranslationContext" import { useExtensionState } from "@src/context/ExtensionStateContext" import { useSelectedModel } from "@src/components/ui/hooks/useSelectedModel" import RooHero from "@src/components/welcome/RooHero" -import RooTips from "@src/components/welcome/RooTips" import { StandardTooltip } from "@src/components/ui" import TelemetryBanner from "../common/TelemetryBanner" @@ -1675,9 +1674,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction

-
- -
{/* Show the task history preview if expanded and tasks exist */} {taskHistory.length > 0 && isExpanded && }