Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pop #2144

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

add pop #2144

wants to merge 18 commits into from

Conversation

jvazquez30
Copy link

No description provided.

Copy link

vercel bot commented Jun 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
helicone ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 19, 2024 5:44am
helicone-bifrost ❌ Failed (Inspect) Jul 19, 2024 5:44am
helicone-eu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 19, 2024 5:44am

Comment on lines 112 to 135
// const tabs = [
// {
// key: "monitoring",
// name: "Monitoring and Analytics",
// description: "Monitor performance and analyze data in real-time",
// icon: ChartPieIcon,
// src: "/static/platform/dashboard.webp",
// },
// {
// key: "logs",
// name: "Request Logs",
// description: "View and search logs for your requests",
// icon: TableCellsIcon,
// src: "/static/platform/request.webp",
// },
// {
// key: "templates",
// name: "Prompt Templates",
// description: "Create and manage templates for your requests",
// icon: DocumentTextIcon,
// src: "/static/platform/prompt.webp",
// },
// ];

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove any dead code

@@ -1,151 +1,172 @@
"use client";

import { clsx } from "@/components/shared/utils";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure you delete any unused imports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants