Skip to content

CONV-274: Create Billing page route#246

Merged
menvil merged 1 commit into
developfrom
feature/CONV-274-create-billing-page-route
Jun 3, 2026
Merged

CONV-274: Create Billing page route#246
menvil merged 1 commit into
developfrom
feature/CONV-274-create-billing-page-route

Conversation

@menvil

@menvil menvil commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds /billing route protected by auth middleware
  • Creates BillingPage Livewire component with full-page layout
  • Guest users are redirected to login

Test plan

  • Guest redirect to login
  • Authenticated user can access page and sees Billing heading

🤖 Generated with Claude Code


Summary by cubic

Adds an authenticated /billing route backed by a Livewire BillingPage using the app layout and page title. Implements CONV-274 and lays the foundation for managing plans, credits, and payment details; guests are redirected to login.

  • New Features
    • Added /billing route behind auth (named billing) powered by Livewire\Billing\BillingPage with initial heading and copy.
    • Feature tests for guest redirect to /login and authenticated access.

Written for commit 9ad015e. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fd261d98-52b8-48e4-a1b0-3e522dbe9047

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-274-create-billing-page-route

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.

@menvil menvil merged commit 5fdbba7 into develop Jun 3, 2026
1 check was pending
@menvil menvil deleted the feature/CONV-274-create-billing-page-route branch June 3, 2026 11:55
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