Skip to content

Commit d097a62

Browse files
committed
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
1 parent a163053 commit d097a62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import { useAppTranslation } from "@src/i18n/TranslationContext"
3636
import { useExtensionState } from "@src/context/ExtensionStateContext"
3737
import { useSelectedModel } from "@src/components/ui/hooks/useSelectedModel"
3838
import RooHero from "@src/components/welcome/RooHero"
39-
import RooTips from "@src/components/welcome/RooTips"
4039
import { StandardTooltip } from "@src/components/ui"
4140

4241
import TelemetryBanner from "../common/TelemetryBanner"
@@ -1675,9 +1674,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
16751674
}}
16761675
/>
16771676
</p>
1678-
<div className="mb-2.5">
1679-
<RooTips cycle={false} />
1680-
</div>
16811677
{/* Show the task history preview if expanded and tasks exist */}
16821678
{taskHistory.length > 0 && isExpanded && <HistoryPreview />}
16831679
</div>

0 commit comments

Comments
 (0)