UI improvements: support for more data types, auto-refresh #83
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.