[PR #39] [MERGED] feat: improve UI #79

Closed
opened 2026-02-15 19:14:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/auto-evaluator/pull/39
Author: @dankolesnikov
Created: 4/23/2023
Status: Merged
Merged: 4/23/2023
Merged by: @dankolesnikov

Base: mainHead: improve-chart


📝 Commits (3)

📊 Changes

9 files changed (+493 additions, -432 deletions)

View changed files

📝 nextjs/components/Demo.tsx (+48 -217)
nextjs/components/ExperimentSummaryTable.tsx (+50 -0)
📝 nextjs/components/HeaderEvaluator.tsx (+0 -15)
📝 nextjs/components/Sidebar.tsx (+211 -199)
nextjs/components/SummaryChart.tsx (+68 -0)
nextjs/components/tables/ExperimentResultTable.tsx (+81 -0)
nextjs/components/tables/FilesTable.tsx (+23 -0)
📝 nextjs/pages/index.tsx (+1 -1)
nextjs/utils/renderPassFail.ts (+11 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/auto-evaluator/pull/39 **Author:** [@dankolesnikov](https://github.com/dankolesnikov) **Created:** 4/23/2023 **Status:** ✅ Merged **Merged:** 4/23/2023 **Merged by:** [@dankolesnikov](https://github.com/dankolesnikov) **Base:** `main` ← **Head:** `improve-chart` --- ### 📝 Commits (3) - [`0ab45a4`](https://github.com/langchain-ai/auto-evaluator/commit/0ab45a4fccf105acbd2ca8503624e2e3d2b80dd4) chore: lfg - [`607f1b2`](https://github.com/langchain-ai/auto-evaluator/commit/607f1b28082741f2c26eeaf0caf14f3a0d84b6a8) chore: lfg - [`d07f0ef`](https://github.com/langchain-ai/auto-evaluator/commit/d07f0ef855760ce6fae93366e51071aa92b847db) chore: lfg ### 📊 Changes **9 files changed** (+493 additions, -432 deletions) <details> <summary>View changed files</summary> 📝 `nextjs/components/Demo.tsx` (+48 -217) ➕ `nextjs/components/ExperimentSummaryTable.tsx` (+50 -0) 📝 `nextjs/components/HeaderEvaluator.tsx` (+0 -15) 📝 `nextjs/components/Sidebar.tsx` (+211 -199) ➕ `nextjs/components/SummaryChart.tsx` (+68 -0) ➕ `nextjs/components/tables/ExperimentResultTable.tsx` (+81 -0) ➕ `nextjs/components/tables/FilesTable.tsx` (+23 -0) 📝 `nextjs/pages/index.tsx` (+1 -1) ➕ `nextjs/utils/renderPassFail.ts` (+11 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:14:57 -05:00
yindo closed this issue 2026-02-15 19:14:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/auto-evaluator#79