some-improvement

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-05 05:38:58 +00:00
parent 6cf786b03f
commit d92a99ecc3
20 changed files with 376 additions and 3719 deletions

View File

@@ -27,6 +27,7 @@ import {
type CreditBalance,
} from '../../services/billing.api';
import { Card } from '../../components/ui/card';
import BillingRecentTransactions from '../../components/billing/BillingRecentTransactions';
type TabType = 'overview' | 'invoices' | 'payments';
@@ -113,6 +114,11 @@ export default function AccountBillingPage() {
<div className="flex items-center justify-between mb-6">
<div>
<h1 className="text-3xl font-bold">Plans & Billing</h1>
{/* Recent Transactions (moved from Credits & Billing overview) */}
<div>
<BillingRecentTransactions />
</div>
<p className="text-gray-600">Manage your subscription, credits, and billing</p>
</div>
<Link