providers table, create, and edit first pass

This commit is contained in:
miloschwartz
2026-08-03 10:36:42 -04:00
parent 1c9ede9729
commit 0d9a01a066
16 changed files with 2141 additions and 0 deletions
+21
View File
@@ -25,6 +25,7 @@ import {
Server,
Settings,
ShieldIcon,
Sparkles,
SquareMousePointer,
TagIcon,
TicketCheck,
@@ -186,6 +187,16 @@ export const orgNavSections = (
}
]
},
{
heading: "sidebarAi",
items: [
{
title: "sidebarAiProviders",
href: "/{orgId}/settings/ai-providers",
icon: <Sparkles className="size-4 flex-none" />
}
]
},
{
heading: "sidebarOrganization",
items: [
@@ -471,6 +482,16 @@ export const commandBarNavSections = (
}
]
},
{
heading: "sidebarAi",
items: [
{
title: "commandAiProviders",
href: "/{orgId}/settings/ai-providers",
icon: <Sparkles className="size-4 flex-none" />
}
]
},
{
heading: "commandLogsAndAnalytics",
items: [