[PR #100] [MERGED] minor: Add thumbs up/down feature #190

Closed
opened 2026-02-21 17:17:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/100
Author: @bracesproul
Created: 3/4/2024
Status: Merged
Merged: 3/4/2024
Merged by: @hinthornw

Base: mainHead: brace/thumbs-up-down


📝 Commits (5)

📊 Changes

9 files changed (+15152 additions, -10410 deletions)

View changed files

📝 .gitignore (+2 -0)
.yarn/install-state.gz (+0 -0)
.yarnrc.yml (+1 -0)
📝 docusaurus.config.js (+7 -0)
src/analytics.js (+5 -0)
src/theme/DocItem/Content/index.js (+13 -0)
src/theme/Feedback.js (+204 -0)
static/js/google_analytics.js (+5 -0)
📝 yarn.lock (+14915 -10410)

📄 Description

The massive update to the yarn.lock was caused by my local yarn (running latest version). Won't cause any issues, I've done this many times before in other projects.


🔄 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/langsmith-docs/pull/100 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `brace/thumbs-up-down` --- ### 📝 Commits (5) - [`d7fab9e`](https://github.com/langchain-ai/langsmith-docs/commit/d7fab9ed2981728486490ff56fafcf950c01cf57) minor: Add thumbs up/down feature - [`ca36e59`](https://github.com/langchain-ai/langsmith-docs/commit/ca36e59796b9f59e9acd5dd76477e2b34dde1145) cookie check - [`b92c596`](https://github.com/langchain-ai/langsmith-docs/commit/b92c596b3565205c0f63528cfbf178ce96a42a36) nits - [`361b69f`](https://github.com/langchain-ai/langsmith-docs/commit/361b69fe066216b880a9377d9f41e8d571c92562) copy - [`29d9189`](https://github.com/langchain-ai/langsmith-docs/commit/29d91894a7d07f64fa4b95a58822d576fc677676) lint ### 📊 Changes **9 files changed** (+15152 additions, -10410 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `.yarn/install-state.gz` (+0 -0) ➕ `.yarnrc.yml` (+1 -0) 📝 `docusaurus.config.js` (+7 -0) ➕ `src/analytics.js` (+5 -0) ➕ `src/theme/DocItem/Content/index.js` (+13 -0) ➕ `src/theme/Feedback.js` (+204 -0) ➕ `static/js/google_analytics.js` (+5 -0) 📝 `yarn.lock` (+14915 -10410) </details> ### 📄 Description The massive update to the `yarn.lock` was caused by my local yarn (running latest version). Won't cause any issues, I've done this many times before in other projects. --- <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-21 17:17:31 -05:00
yindo closed this issue 2026-02-21 17:17:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#190