UI improvements: support for more data types, auto-refresh#83
Open
Pamela Fox (pamelafox) wants to merge 1 commit intolangchain-ai:mainfrom
Open
UI improvements: support for more data types, auto-refresh#83Pamela Fox (pamelafox) wants to merge 1 commit intolangchain-ai:mainfrom
Pamela Fox (pamelafox) wants to merge 1 commit intolangchain-ai:mainfrom
Conversation
|
Pamela Fox (@pamelafox) is attempting to deploy a commit to the LangChain Team on Vercel. A member of the Team first needs to authorize it. |
| yarn install | ||
| ``` | ||
|
|
||
| Start up the web server: |
There was a problem hiding this comment.
I sent this in a separate PR earlier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to the Agent Inbox:
I realize this is a lot of improvements at once - once I started customizing, I didn't stop! But I can separate the PR into multiple, or only send PRs for certain features, whatever you'd prefer.
Screenshot of form with more data types:
Here's the AI-generated breakdown of the changes:
UI/UX Improvements:
globals.css, softening Tailwind's Preflight reset for better readability. Table styling is also standardized with global borders and background for headers. [1] [2]Input Handling Enhancements:
TagInputcomponent. The input update logic was refactored to handle single values, arrays, and batch updates robustly. [1] [2] [3] [4]react-textarea-autosize), improving vertical sizing and user experience for longer responses. [1] [2] [3]Agent Inbox Polling and Settings:
autoRefreshEnabledstate and a toggle in the settings popover. The polling interval is set to 15 seconds and respects the loading state to avoid overlapping fetches. [1] [2] [3] [4] [5] [6] [7]Documentation:
README.mdto include instructions for starting the web server withyarn dev.