Merge pull request #947 from RooVetGit/fix_welcome_sticky

Fix sticky positioning on welcome screen
This commit is contained in:
Matt Rubens 2025-02-11 14:40:38 -05:00 committed by GitHub
commit 86ecb69397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,20 +22,18 @@ const WelcomeView = () => {
return (
<div className="flex flex-col min-h-screen px-0 pb-5">
<div className="flex-grow">
<h2>Hi, I'm Roo!</h2>
<p>
I can do all kinds of tasks thanks to the latest breakthroughs in agentic coding capabilities and
access to tools that let me create & edit files, explore complex projects, use the browser, and
execute terminal commands (with your permission, of course). I can even use MCP to create new tools
and extend my own capabilities.
</p>
<h2>Hi, I'm Roo!</h2>
<p>
I can do all kinds of tasks thanks to the latest breakthroughs in agentic coding capabilities and access
to tools that let me create & edit files, explore complex projects, use the browser, and execute
terminal commands (with your permission, of course). I can even use MCP to create new tools and extend
my own capabilities.
</p>
<b>To get started, this extension needs an API provider.</b>
<b>To get started, this extension needs an API provider.</b>
<div className="mt-3">
<ApiOptions fromWelcomeView />
</div>
<div className="mt-3">
<ApiOptions fromWelcomeView />
</div>
<div className="sticky bottom-0 bg-[var(--vscode-editor-background)] py-3">