Remove pricing page and related references#1
Open
yuvarajl wants to merge 1 commit into
Open
Conversation
- Delete apps/web-roo-code/src/app/pricing/ directory - Delete apps/web-roo-code/src/app/provider/pricing/ directory - Remove Pricing link from desktop and mobile navigation - Remove View Pricing button from cloud and cloud/team pages - Remove ModelCard import and price sorting options from provider page - Remove pricing FAQ from provider page
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.
Summary
This PR removes the pricing page and all related references from the codebase.
Changes
apps/web-roo-code/src/app/pricing/directory (pricing page)apps/web-roo-code/src/app/provider/pricing/directory (model card component)nav-bar.tsx)nav-bar.tsx)apps/web-roo-code/src/app/cloud/page.tsx)apps/web-roo-code/src/app/cloud/team/page.tsx)ModelCardimport from provider pageFiles Modified
apps/web-roo-code/src/components/chromes/nav-bar.tsxapps/web-roo-code/src/app/cloud/page.tsxapps/web-roo-code/src/app/cloud/team/page.tsxapps/web-roo-code/src/app/provider/page.tsxFiles Deleted
apps/web-roo-code/src/app/pricing/page.tsxapps/web-roo-code/src/app/provider/pricing/components/model-card.tsx