Skip to content

fix(desktop): add Coming Soon labels to billing pages#1424

Merged
saddlepaddle merged 2 commits into
mainfrom
fix-copy-billing-pages
Feb 12, 2026
Merged

fix(desktop): add Coming Soon labels to billing pages#1424
saddlepaddle merged 2 commits into
mainfrom
fix-copy-billing-pages

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented Feb 12, 2026

Summary

  • Plans comparison page: "Cloud workspaces" and "Mobile app" rows now show "(Coming Soon)" since these features aren't available yet
  • Paywall sidebar: Bumped "Coming Soon" text from text-[10px] text-muted-foreground/70 to text-[11px] text-muted-foreground so it's actually readable

Test plan

  • Open Settings > Billing > Plans — verify "Cloud workspaces" and "Mobile app" show "(Coming Soon)" in the comparison table
  • Trigger the Paywall modal — verify "Coming Soon" text under Cloud Workspaces and Mobile App is more visible in the sidebar

Summary by CodeRabbit

  • New Features

    • Marked Cloud workspaces and Mobile app as Coming Soon in the billing plans comparison.
  • Style

    • Updated Coming Soon badge text to "(Coming Soon)" and refined its size and color for better visibility.
    • Adjusted plan comparison layout spacing and column widths to accommodate the new badge and improve alignment.

…e visibility

Cloud workspaces and Mobile app on the plans comparison page now show
"(Coming Soon)" since they aren't available yet. Also bumped the
Paywall sidebar "Coming Soon" text from 10px/70% opacity to 11px/full
opacity so it's actually readable.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 12, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Adds a comingSoon?: boolean flag to comparison rows on the billing plans page and displays a "(Coming Soon)" badge; also adjusts badge text/styling in two Paywall components and increases a grid column width and label spacing for layout.

Changes

Cohort / File(s) Summary
Plans page — comparison rows & layout
apps/desktop/src/renderer/routes/_authenticated/settings/billing/plans/page.tsx
Add optional comingSoon?: boolean to ComparisonRow; mark Cloud workspaces and Mobile app with comingSoon: true; render a (Coming Soon) badge next to labels; increase grid column from 180px to 240px and add label gap for spacing.
Paywall — badges/text tweaks
apps/desktop/src/renderer/components/Paywall/components/FeatureSidebar/FeatureSidebar.tsx, apps/desktop/src/renderer/components/Paywall/components/FeaturePreview/FeaturePreview.tsx
Change secondary badge text from Coming Soon to (Coming Soon) and adjust text styling (size/color) in FeatureSidebar; FeaturePreview mirrors the text change. No control-flow/API changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 A tiny badge upon the page,
"(Coming Soon)" in gentle sage,
I hopped and styled each little line,
Spaced the labels — tidy, fine,
A fluffy herald for release day stage ✨

🚥 Pre-merge checks | ✅ 1 | ❌ 2
❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Description check ❓ Inconclusive The description is incomplete. While it provides a good summary and test plan, it is missing required template sections including Related Issues, Type of Change, Screenshots, and Additional Notes. Add missing template sections: Related Issues (if applicable), Type of Change checkbox selection, and any additional notes. The current summary and test plan are helpful but don't fully follow the repository template structure.
✅ Passed checks (1 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main changes: adding 'Coming Soon' labels to billing pages, which aligns with both the plans comparison page updates and the paywall sidebar styling enhancement.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-copy-billing-pages

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

- Plans comparison page: add "(Coming Soon)" to Cloud workspaces and
  Mobile app rows, widen label column from 180px to 240px to prevent
  wrapping
- Paywall sidebar: make "(Coming Soon)" text more visible (11px, full
  opacity) and add parentheses
- Paywall preview: add parentheses to "(Coming Soon)" badge
@saddlepaddle saddlepaddle merged commit 0390290 into main Feb 12, 2026
5 of 6 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ⚠️ Neon database branch
  • ⚠️ Electric Fly.io app
  • ⚠️ Streams Fly.io app

Thank you for your contribution! 🎉

@Kitenite Kitenite deleted the fix-copy-billing-pages branch February 19, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant