show the sessions in the ui

This commit is contained in:
Owen
2026-08-11 15:50:51 -04:00
parent bc2f291352
commit e3ccc4f8d4
12 changed files with 1544 additions and 0 deletions
+11
View File
@@ -3,6 +3,7 @@ import { Env } from "@app/lib/types/env";
import { build } from "@server/build";
import {
BellRing,
Bot,
Boxes,
Building2,
Cable,
@@ -227,6 +228,11 @@ export const orgNavSections = (
<SquareMousePointer className="size-4 flex-none" />
)
},
{
title: "sidebarLogsAi",
href: "/{orgId}/settings/logs/ai",
icon: <Bot className="size-4 flex-none" />
},
...(!env?.flags.disableEnterpriseFeatures
? [
{
@@ -521,6 +527,11 @@ export const commandBarNavSections = (
href: "/{orgId}/settings/logs/request",
icon: <SquareMousePointer className="size-4 flex-none" />
},
{
title: "commandLogsAi",
href: "/{orgId}/settings/logs/ai",
icon: <Bot className="size-4 flex-none" />
},
...(!env?.flags.disableEnterpriseFeatures
? [
{