[PR #24] [MERGED] feat: add about page and make things look better #76

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

📋 Pull Request Information

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

Base: mainHead: add-about-page


📝 Commits (3)

📊 Changes

9 files changed (+271 additions, -110 deletions)

View changed files

📝 api/evaluator_app.py (+64 -51)
📝 nextjs/components/Body.tsx (+12 -11)
nextjs/components/HeaderEvaluator.tsx (+59 -0)
nextjs/components/PersonCard.tsx (+81 -0)
📝 nextjs/pages/_app.tsx (+2 -2)
nextjs/pages/about/index.tsx (+23 -0)
📝 nextjs/pages/index.tsx (+4 -42)
nextjs/public/team/danil.jpg (+0 -0)
📝 nextjs/styles/global.css (+26 -4)

📄 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/24 **Author:** [@dankolesnikov](https://github.com/dankolesnikov) **Created:** 4/22/2023 **Status:** ✅ Merged **Merged:** 4/22/2023 **Merged by:** [@dankolesnikov](https://github.com/dankolesnikov) **Base:** `main` ← **Head:** `add-about-page` --- ### 📝 Commits (3) - [`05ab89b`](https://github.com/langchain-ai/auto-evaluator/commit/05ab89bc561bfd083bf83aeafce637d9c4eb02d1) chore: lfg - [`bf66c48`](https://github.com/langchain-ai/auto-evaluator/commit/bf66c482f648e991362bcabb96f8ba4b62ee1779) chore: lfg - [`f5c5083`](https://github.com/langchain-ai/auto-evaluator/commit/f5c5083ccf50a53f9739f23ca95b52e40e7de4f1) chore: lfg ### 📊 Changes **9 files changed** (+271 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `api/evaluator_app.py` (+64 -51) 📝 `nextjs/components/Body.tsx` (+12 -11) ➕ `nextjs/components/HeaderEvaluator.tsx` (+59 -0) ➕ `nextjs/components/PersonCard.tsx` (+81 -0) 📝 `nextjs/pages/_app.tsx` (+2 -2) ➕ `nextjs/pages/about/index.tsx` (+23 -0) 📝 `nextjs/pages/index.tsx` (+4 -42) ➕ `nextjs/public/team/danil.jpg` (+0 -0) 📝 `nextjs/styles/global.css` (+26 -4) </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:56 -05:00
yindo closed this issue 2026-02-15 19:14:56 -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#76