[PR #18] [MERGED] feat: wrap metrics and results table in cards #72

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/auto-evaluator/pull/18
Author: @avibanerjee
Created: 4/21/2023
Status: Merged
Merged: 4/21/2023
Merged by: @avibanerjee

Base: mainHead: avi-wrap-results-and-metrics-in-cards


📝 Commits (1)

  • 5c08a9c feat: wrap metrics and results table in cards

📊 Changes

3 files changed (+117 additions, -96 deletions)

View changed files

📝 nextjs/components/Body.tsx (+101 -96)
node_modules/.yarn-integrity (+12 -0)
yarn.lock (+4 -0)

📄 Description

This pr wraps the results and metrics tables in Mantine cards. I think it provides better visual separation from the background.

Before:
image

After:
image


🔄 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/18 **Author:** [@avibanerjee](https://github.com/avibanerjee) **Created:** 4/21/2023 **Status:** ✅ Merged **Merged:** 4/21/2023 **Merged by:** [@avibanerjee](https://github.com/avibanerjee) **Base:** `main` ← **Head:** `avi-wrap-results-and-metrics-in-cards` --- ### 📝 Commits (1) - [`5c08a9c`](https://github.com/langchain-ai/auto-evaluator/commit/5c08a9cf979521f91b534e5a29134e6cc7b2135a) feat: wrap metrics and results table in cards ### 📊 Changes **3 files changed** (+117 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `nextjs/components/Body.tsx` (+101 -96) ➕ `node_modules/.yarn-integrity` (+12 -0) ➕ `yarn.lock` (+4 -0) </details> ### 📄 Description This pr wraps the results and metrics tables in Mantine cards. I think it provides better visual separation from the background. Before: ![image](https://user-images.githubusercontent.com/14269185/233542424-c668e717-15a5-45b3-a659-7ecbc4e7bde9.png) After: ![image](https://user-images.githubusercontent.com/14269185/233542577-e29593e5-011e-4c5a-9b6a-d2ea490ed54c.png) --- <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:55 -05:00
yindo closed this issue 2026-02-15 19:14:55 -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#72