mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 02:51:27 -04:00
[PR #63] [MERGED] Playground Cleanup #318
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/langserve/pull/63
Author: @dqbd
Created: 10/19/2023
Status: ✅ Merged
Merged: 10/19/2023
Merged by: @nfcampos
Base:
main← Head:dqbd/playground-cleanup📝 Commits (9)
4cc290bAdd chevron, fix broken dark mode for specific situations70b662bFix weird tint, add autoresizable textarea278fabfAdd autosizing everywhere0cfd84bFurther cleanupa5105aaVertical align top41dd69aFix duplicated component7b9c4cdLint0f3ea6cMerge branch 'main' into dqbd/playground-cleanup0ade9e6Build files📊 Changes
19 files changed (+3157 additions, -5400 deletions)
View changed files
➕
langserve/playground/dist/assets/index-5008c8a8.css(+1 -0)➕
langserve/playground/dist/assets/index-6fa73533.js(+247 -0)➖
langserve/playground/dist/assets/index-90195623.js(+0 -247)➖
langserve/playground/dist/assets/index-d21c8113.css(+0 -1)📝
langserve/playground/dist/index.html(+2 -2)📝
langserve/playground/package.json(+2 -0)📝
langserve/playground/src/App.tsx(+19 -173)➕
langserve/playground/src/assets/ChevronRight.svg(+6 -0)➕
langserve/playground/src/components/AutosizeTextarea.tsx(+51 -0)📝
langserve/playground/src/components/CustomArrayControlRenderer.tsx(+2 -2)📝
langserve/playground/src/components/CustomArrayControlRenderer/DeleteDialog.tsx(+9 -9)📝
langserve/playground/src/components/CustomArrayControlRenderer/MaterialTableControl.tsx(+21 -5)📝
langserve/playground/src/components/CustomArrayControlRenderer/NoBorderTableCell.tsx(+0 -0)📝
langserve/playground/src/components/CustomArrayControlRenderer/TableToolbar.tsx(+2 -2)📝
langserve/playground/src/components/CustomArrayControlRenderer/ValidationIcon.tsx(+0 -0)📝
langserve/playground/src/components/CustomTextAreaCell.tsx(+5 -6)📝
langserve/playground/src/components/JsonTextAreaCell.tsx(+6 -8)➕
langserve/playground/src/utils/cn.ts(+7 -0)📝
langserve/playground/yarn.lock(+2777 -4945)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.