-
-
Notifications
You must be signed in to change notification settings - Fork 40
⭐ feat: Change the pricing #271
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
base: dev
Are you sure you want to change the base?
Conversation
WalkthroughThe changes update the pricing page by replacing its main content with a simplified structure: a title section featuring a new tagline and a footer containing community and legal links. The previously present interactive pricing UI and related components have been removed from the rendered output and are now commented out. Additionally, the title section UI component has been modified to shift its alignment from centered to left-aligned, affecting both the header and its inner content. No changes were made to the declarations or signatures of any exported or public entities. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PricingPage
participant TitleSection
participant Footer
User->>PricingPage: Visit /pricing
PricingPage->>TitleSection: Render with new tagline
PricingPage->>Footer: Render with Discord and legal links
TitleSection-->>PricingPage: Title and description displayed (left-aligned)
Footer-->>PricingPage: Footer displayed
PricingPage-->>User: Show simplified pricing page
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🧰 Additional context used🧬 Code Graph Analysis (1)apps/www/src/routes/(public)/pricing/index.tsx (2)
🪛 GitHub Actions: Build wwwapps/www/src/routes/(public)/pricing/index.tsx[error] 2-2: ESLint: 'cn' is defined but never used. (@typescript-eslint/no-unused-vars) [error] 4-4: ESLint: 'Book' is defined but never used. (@typescript-eslint/no-unused-vars) [error] 4-4: ESLint: 'CONSTANTS' is defined but never used. (@typescript-eslint/no-unused-vars) [error] 5-5: ESLint: 'MotionComponent' is defined but never used. (@typescript-eslint/no-unused-vars) [error] 5-5: ESLint: 'transition' is defined but never used. (@typescript-eslint/no-unused-vars) [error] 16-16: ESLint: 'convertToCss' is assigned a value but never used. (@typescript-eslint/no-unused-vars) [error] 33-33: ESLint: 'convertToPrice' is assigned a value but never used. (@typescript-eslint/no-unused-vars) [error] 50-50: ESLint: 'convertToTitle' is assigned a value but never used. (@typescript-eslint/no-unused-vars) [error] 85-85: ESLint: 'loginUrl' is assigned a value but never used. (@typescript-eslint/no-unused-vars) [error] 112-112: ESLint: 'onClick' is assigned a value but never used. (@typescript-eslint/no-unused-vars) 🔇 Additional comments (4)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Summary by CodeRabbit
New Features
Style