Skip to content

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Sep 6, 2025

Per Slack request: Replace the ad for the cloud waitlist in the nav with just a link to Cloud (https://app.roocode.com)

Changes

  • Replaced the "Roo Code Cloud is coming - Sign up" promotional banner with a simple "Cloud" link in the navigation
  • Link now points directly to https://app.roocode.com
  • Updated both desktop and mobile navigation menus
  • Kept /cloud-waitlist redirect in next.config.ts for backward compatibility with the extension

Testing

  • ✅ Linting passed
  • ✅ Type checking passed
  • ✅ Code review completed with 95% confidence

Screenshots

The promotional banner has been replaced with a clean "Cloud" link that matches the style of other navigation items.


Important

Replaced cloud waitlist ad with direct Cloud link in navigation and updated constants and redirects for compatibility.

  • Navigation Update:
    • Replaced "Roo Code Cloud is coming - Sign up" banner with "Cloud" link in nav-bar.tsx.
    • Updated both desktop and mobile navigation menus to link directly to https://app.roocode.com.
  • Constants:
    • Added CLOUD_APP to EXTERNAL_LINKS in constants.ts.
  • Redirects:
    • Retained /cloud-waitlist redirect in next.config.ts for backward compatibility.

This description was created by Ellipsis for 2e09bf3. You can customize this summary. It will automatically update as commits are pushed.

- Replaced the "Roo Code Cloud is coming - Sign up" promotional banner with a simple "Cloud" link
- Link now points directly to https://app.roocode.com
- Kept /cloud-waitlist redirect for backward compatibility with the extension
- Updated both desktop and mobile navigation menus
@roomote roomote bot requested review from cte, jr and mrubens as code owners September 6, 2025 16:47
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. UI/UX UI/UX related or focused labels Sep 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2025

🚀 Preview deployed!

Your changes have been deployed to Vercel:

Preview URL: https://roo-code-website-roaugk58u-roo-code.vercel.app

This preview will be updated automatically when you push new commits to this PR.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 6, 2025
Copy link
Contributor Author

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewing my own code because apparently I trust no one, not even myself.

</div>
</div>
<a
href="https://app.roocode.com"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding the Cloud URL to the EXTERNAL_LINKS constant for consistency with other external links. We could add:

Suggested change
href="https://app.roocode.com"
href={EXTERNAL_LINKS.CLOUD}

After adding CLOUD: "https://app.roocode.com" to the constants file.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roomote-agent good catch, can you add this to the constants file?

Community
</a>
<a
href="https://app.roocode.com"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same suggestion here - consider using EXTERNAL_LINKS.CLOUD instead of hardcoding the URL for better maintainability.

permanent: true,
},
// Redirect cloud waitlist to Notion page
// Redirect cloud waitlist to Notion page (kept for extension compatibility)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good that we're keeping this for backward compatibility! Is there a timeline for when this redirect might be removed, or should it remain indefinitely for extension users?

@roomote
Copy link
Contributor Author

roomote bot commented Sep 6, 2025

Hi @mrubens! I see the hardcoded URL "https://app.roocode.com" in nav-bar.tsx. I'll move it to the constants file right away. Working on it now!

- Added CLOUD_APP constant to EXTERNAL_LINKS in constants.ts
- Updated nav-bar.tsx to use EXTERNAL_LINKS.CLOUD_APP instead of hardcoded URL
- Improves maintainability by centralizing external URLs
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Sep 6, 2025
@mrubens mrubens merged commit 079b37a into main Sep 6, 2025
16 checks passed
@mrubens mrubens deleted the feat/replace-cloud-waitlist-with-direct-link branch September 6, 2025 17:05
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 6, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 6, 2025
@roomote
Copy link
Contributor Author

roomote bot commented Sep 6, 2025

Done! ✅

I've moved the hardcoded https://app.roocode.com URL to the constants file as requested:

  • Added CLOUD_APP: "https://app.roocode.com" to EXTERNAL_LINKS in apps/web-roo-code/src/lib/constants.ts
  • Updated both desktop and mobile navigation in nav-bar.tsx to use EXTERNAL_LINKS.CLOUD_APP

All CI checks have passed successfully. The changes are ready for review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files. UI/UX UI/UX related or focused

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants