-
Notifications
You must be signed in to change notification settings - Fork 2.4k
wip: Website Improvements #8303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-nvmgu8x44-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review summary
- P1: The homepage section anchor is now
"product", but the footer still links to"features". Updateapps/web-roo-code/src/components/chromes/footer.tsxso the footer link scrolls correctly. - P1: External links using
target="_blank"should also includerel="noopener noreferrer"to preventwindow.openerattacks. - P2: Improve accessibility for the desktop Resources dropdown (ARIA roles + keyboard/focus support).
- P2: Fix Tailwind utility typo in the mobile menu block (
grow-1→grow). - P2: Correct Embla Autoplay plugin property name (
.autoPlay→.autoplay) to restore restart logic.
| description: "For pro Roo coders", | ||
| featuresIntro: "Everything in Free, plus:", | ||
| features: [ | ||
| "Roomote Control", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "Roomote Control" should likely be "Remote Control".
| "Roomote Control", | |
| "Remote Control", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gtf outta here
Important
Enhances website with a new pricing page, improved homepage messaging, and better navigation and visuals.
pricing/page.tsxfor a new pricing page with detailed pricing tiers and FAQ section.page.tsxwith stronger messaging and revised feature list.nav-bar.tsxwith a new resources dropdown and improved mobile menu.footer.tsxfor better accessibility.features.tsxwith new feature descriptions and icons.install-section.tsxfor better visual presentation.features-mobile.tsxandtestimonials-mobile.tsxfor streamlined code.constants.tswith new external links for cloud app login and signup.This description was created by
for 37f7f22. You can customize this summary. It will automatically update as commits are pushed.