diff --git a/apps/web/src/app/collections/[id]/page.tsx b/apps/web/src/app/collections/[id]/page.tsx index 9c24726..436a28d 100644 --- a/apps/web/src/app/collections/[id]/page.tsx +++ b/apps/web/src/app/collections/[id]/page.tsx @@ -89,7 +89,7 @@ function McpUrlSection({ collectionId }: { collectionId: string }) { (recommended)
+ {configSnippet} Tools in this Collection {collection.tools.length === 0 ? ( - + No tools in this collection yet @@ -317,7 +317,7 @@ export default function PublicCollectionDetailPage(): React.ReactElement { {collection.tools.map((ct) => ( diff --git a/apps/web/src/app/dashboard/agents/page.tsx b/apps/web/src/app/dashboard/agents/page.tsx index e5564ad..f5bd01b 100644 --- a/apps/web/src/app/dashboard/agents/page.tsx +++ b/apps/web/src/app/dashboard/agents/page.tsx @@ -154,7 +154,7 @@ export default function AgentsPage(): React.ReactElement { } > - + diff --git a/apps/web/src/app/dashboard/collections/[id]/page.tsx b/apps/web/src/app/dashboard/collections/[id]/page.tsx index 325f806..ceae14f 100644 --- a/apps/web/src/app/dashboard/collections/[id]/page.tsx +++ b/apps/web/src/app/dashboard/collections/[id]/page.tsx @@ -59,7 +59,7 @@ function McpUrlSection({ collectionId }: { collectionId: string }) { (recommended) - + {httpUrl} (streaming) - + {sseUrl} - + {configSnippet} {/* Edit Form */} {isEditing && ( - + {/* Create Form */} {showCreateForm && ( - + Create New Collection + diff --git a/apps/web/src/app/dashboard/likes/agents/page.tsx b/apps/web/src/app/dashboard/likes/agents/page.tsx index 235003c..8c7613c 100644 --- a/apps/web/src/app/dashboard/likes/agents/page.tsx +++ b/apps/web/src/app/dashboard/likes/agents/page.tsx @@ -95,10 +95,7 @@ export default function LikedAgentsPage(): React.ReactElement { {isLoading ? ( {[1, 2, 3, 4, 5, 6].map((i) => ( - + @@ -124,7 +121,7 @@ export default function LikedAgentsPage(): React.ReactElement { {agents.map((item) => ( {[1, 2, 3, 4, 5, 6].map((i) => ( - + @@ -126,7 +123,7 @@ export default function LikedCollectionsPage(): React.ReactElement { {collections.map((item) => ( {sections.map((section) => ( - + diff --git a/apps/web/src/app/dashboard/likes/tools/page.tsx b/apps/web/src/app/dashboard/likes/tools/page.tsx index 82023ba..5e6f760 100644 --- a/apps/web/src/app/dashboard/likes/tools/page.tsx +++ b/apps/web/src/app/dashboard/likes/tools/page.tsx @@ -90,10 +90,7 @@ export default function LikedToolsPage(): React.ReactElement { {isLoading ? ( {[1, 2, 3, 4, 5, 6].map((i) => ( - + @@ -119,7 +116,7 @@ export default function LikedToolsPage(): React.ReactElement { {tools.map((item) => ( - + @@ -30,7 +30,7 @@ export default function DashboardPage(): React.ReactElement { - + @@ -46,7 +46,7 @@ export default function DashboardPage(): React.ReactElement { - + @@ -63,7 +63,7 @@ export default function DashboardPage(): React.ReactElement { {/* Two-column layout for Profile and Activity */} {/* Profile Section */} - + Profile @@ -91,7 +91,7 @@ export default function DashboardPage(): React.ReactElement { {/* Activity Stream Section */} - + Recent Activity
{configSnippet}
No tools in this collection yet
+ {configSnippet} {/* Edit Form */} {isEditing && ( - + {/* Create Form */} {showCreateForm && ( - + Create New Collection + diff --git a/apps/web/src/app/dashboard/likes/agents/page.tsx b/apps/web/src/app/dashboard/likes/agents/page.tsx index 235003c..8c7613c 100644 --- a/apps/web/src/app/dashboard/likes/agents/page.tsx +++ b/apps/web/src/app/dashboard/likes/agents/page.tsx @@ -95,10 +95,7 @@ export default function LikedAgentsPage(): React.ReactElement { {isLoading ? ( {[1, 2, 3, 4, 5, 6].map((i) => ( - + @@ -124,7 +121,7 @@ export default function LikedAgentsPage(): React.ReactElement { {agents.map((item) => ( {[1, 2, 3, 4, 5, 6].map((i) => ( - + @@ -126,7 +123,7 @@ export default function LikedCollectionsPage(): React.ReactElement { {collections.map((item) => ( {sections.map((section) => ( - + diff --git a/apps/web/src/app/dashboard/likes/tools/page.tsx b/apps/web/src/app/dashboard/likes/tools/page.tsx index 82023ba..5e6f760 100644 --- a/apps/web/src/app/dashboard/likes/tools/page.tsx +++ b/apps/web/src/app/dashboard/likes/tools/page.tsx @@ -90,10 +90,7 @@ export default function LikedToolsPage(): React.ReactElement { {isLoading ? ( {[1, 2, 3, 4, 5, 6].map((i) => ( - + @@ -119,7 +116,7 @@ export default function LikedToolsPage(): React.ReactElement { {tools.map((item) => ( - + @@ -30,7 +30,7 @@ export default function DashboardPage(): React.ReactElement { - + @@ -46,7 +46,7 @@ export default function DashboardPage(): React.ReactElement { - + @@ -63,7 +63,7 @@ export default function DashboardPage(): React.ReactElement { {/* Two-column layout for Profile and Activity */} {/* Profile Section */} - + Profile @@ -91,7 +91,7 @@ export default function DashboardPage(): React.ReactElement { {/* Activity Stream Section */} - + Recent Activity