-
Notifications
You must be signed in to change notification settings - Fork 2.8k
web: Cloud page and updates to Pricing to explain Cloud Agent Credits #8605
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
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.
I found some issues that need attention before merging.
|
|
||
| // Workaround for next/image choking on these for some reason | ||
| import screenshotLight from "/public/heroes/cloud-screen-dark.png" | ||
| import screenshotDark from "/public/heroes/cloud-screen-light.png" |
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.
Critical: Screenshot imports are swapped. screenshotLight imports the dark image (cloud-screen-dark.png) and screenshotDark imports the light image (cloud-screen-light.png). This will cause the wrong screenshot to display in each theme.
| import screenshotDark from "/public/heroes/cloud-screen-light.png" | |
| import screenshotDark from "/public/heroes/cloud-screen-dark.png" | |
| import screenshotLight from "/public/heroes/cloud-screen-light.png" |
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.
No, this is intentional.
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-qw5t1o3s4-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
…redits * 'bb/credits' of github.com:RooCodeInc/Roo-Code: Update apps/web-roo-code/src/app/cloud/page.tsx
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.
No new issues found - all concerns already addressed in existing comments.
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.
No new issues found - all concerns already addressed in existing comments.
In preparation for the launch of Cloud Agents.
Description
/pricingto explain credits + de-emphasizes enterprise to keep focus on the main self-service plans/cloudpage to start to explain RCCImportant
Adds a new Cloud page, updates Pricing and Terms of Service for Cloud Agent Credits, and modifies navigation to include the Cloud page link.
/cloudpage inpage.tsxto explain Roo Code Cloud features and benefits./pricinginpage.tsxto include Cloud Agent Credits pricing.page.tsxto load terms fromterms.mdusingReactMarkdown.nav-bar.tsxto include a link to the new/cloudpage.react-markdown,rehype-raw, andremark-gfmtopackage.json.This description was created by
for d9a9413. You can customize this summary. It will automatically update as commits are pushed.