feat(web): Add install modal with multi-editor options#11119
Draft
roomote[bot] wants to merge 1 commit intomainfrom
Draft
feat(web): Add install modal with multi-editor options#11119roomote[bot] wants to merge 1 commit intomainfrom
roomote[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
Review complete. No issues found. The implementation correctly:
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Contributor
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-qf3of554z-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a modal to the marketing site that allows users to install Roo Code in different editors (VS Code, VS Code Insiders, Cursor, Windsurf). The modal is triggered from both the top nav Install button and the Install section on the homepage.
Changes
InstallModalcomponent with SVG icons for each supported editorInstallSectionto open the modal when clicking the main Install buttonNavBarto open the modal from both desktop and mobile Install buttonsSupported Editors
Important
Adds
InstallModalfor multi-editor Roo Code installation, updatingNavBarandInstallSectionto trigger it.InstallModalcomponent ininstall-modal.tsxfor installing Roo Code in VS Code, VS Code Insiders, Cursor, and Windsurf.NavBarandInstallSectionvia install buttons.NavBarupdated to openInstallModalfrom both desktop and mobile install buttons.InstallSectionupdated to openInstallModalwhen clicking the main install button.vscode:URI scheme)vscode-insiders:URI scheme)cursor:URI scheme)windsurf:URI scheme)This description was created by
for ac656da. You can customize this summary. It will automatically update as commits are pushed.