mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-18 12:46:06 -04:00
[PR #18] [MERGED] feat: wrap metrics and results table in cards #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:avi-wrap-results-and-metrics-in-cards📝 Commits (1)
5c08a9cfeat: 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:

After:

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