Skip to content

feat(frontend): implement Subscription Plan Manager UI - #608

Merged
Tybravo merged 2 commits into
Tybravo:mainfrom
delightonyedikachipixel:feature/399-subscription-manager
Aug 31, 2026
Merged

feat(frontend): implement Subscription Plan Manager UI#608
Tybravo merged 2 commits into
Tybravo:mainfrom
delightonyedikachipixel:feature/399-subscription-manager

Conversation

@delightonyedikachipixel

Copy link
Copy Markdown
Contributor

Closes #399

Summary
This PR implements the Subscription Plan Manager UI within the dashboard settings. It provides users with a clear overview of their current subscription, their usage against limits, and available tier options.

Changes Proposed

  • Created frontend/app/dashboard/settings/subscription/page.tsx.
  • Added mock data for current usage and available subscription tiers (Free, Pro, Enterprise).
  • Implemented a current plan summary card featuring a dynamic usage progress bar that turns red when approaching limits (>85%).
  • Added a responsive grid for available plans, featuring dynamic button states (Current Plan, Upgrade, or Downgrade) based on the user's active tier limits.
  • Styled the UI entirely with Tailwind CSS, fully supporting both light and dark modes.

Acceptance Criteria Checklist

  • UI renders accurately based on mock user data.
  • Current plan and limits are clearly displayed.
  • Upgrade and downgrade buttons adapt correctly to the active tier.

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@delightonyedikachipixel Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Tybravo
Tybravo merged commit ba407ca into Tybravo:main Aug 31, 2026
1 check passed
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.

[Frontend] [Feature] Implement Subscription Plan Manager UI

2 participants