fina autoamtiona adn billing and credits

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-04 15:54:15 +00:00
parent f8a9293196
commit 40dfe20ead
40 changed files with 5680 additions and 18 deletions

View File

@@ -190,6 +190,7 @@ const AppSidebar: React.FC = () => {
icon: <DollarLineIcon />,
name: "Billing",
subItems: [
{ name: "Overview", path: "/billing/overview" },
{ name: "Credits", path: "/billing/credits" },
{ name: "Transactions", path: "/billing/transactions" },
{ name: "Usage", path: "/billing/usage" },
@@ -209,6 +210,14 @@ const AppSidebar: React.FC = () => {
const adminSection: MenuSection = useMemo(() => ({
label: "ADMIN",
items: [
{
icon: <DollarLineIcon />,
name: "Billing & Credits",
subItems: [
{ name: "Billing Management", path: "/admin/billing" },
{ name: "Credit Costs", path: "/admin/credit-costs" },
],
},
{
icon: <PlugInIcon />,
name: "User Management",