Skip to content

Commit 15d53bd

Browse files
committed
chore(webapp): storybook — Trigger Agent section with Chat UI and Icons & Buttons
1 parent e6164fc commit 15d53bd

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

apps/webapp/app/routes/storybook.agent-ui/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ export default function Story() {
901901
<div className="flex flex-col gap-10 py-6">
902902
<div className="flex flex-col gap-1">
903903
<div className="flex items-baseline justify-between gap-4">
904-
<Header1>Dashboard agent UI</Header1>
904+
<Header1>Trigger Agent — Chat UI</Header1>
905905
<ThemeToggle />
906906
</div>
907907
<Paragraph variant="small">

apps/webapp/app/routes/storybook.ai-agent/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function Story() {
2626
return (
2727
<div className="flex flex-col gap-4 p-6">
2828
<div className="flex max-w-3xl flex-col gap-1">
29-
<Header1>AI agent</Header1>
29+
<Header1>Trigger Agent — Icons & Buttons</Header1>
3030
<Paragraph variant="small">
3131
A resting logo that animates while the agent thinks. Each tab is a separate experiment.
3232
</Paragraph>

apps/webapp/app/routes/storybook/route.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ import { requireUser } from "~/services/session.server";
77
import { cn } from "~/utils/cn";
88

99
const stories: Story[] = [
10-
{
11-
name: "AI agent",
12-
slug: "ai-agent",
13-
},
1410
{
1511
name: "Animated panel",
1612
slug: "animated-panel",
@@ -163,12 +159,16 @@ const stories: Story[] = [
163159
name: "Usage",
164160
slug: "usage",
165161
},
166-
// Dashboard agent section
162+
// Trigger Agent section
167163
{
168-
sectionTitle: "Dashboard agent",
169-
name: "Agent UI",
164+
sectionTitle: "Trigger Agent",
165+
name: "Chat UI",
170166
slug: "agent-ui",
171167
},
168+
{
169+
name: "Icons & Buttons",
170+
slug: "ai-agent",
171+
},
172172
// Forms section
173173
{
174174
sectionTitle: "Forms",

0 commit comments

Comments
 (0)