-
Notifications
You must be signed in to change notification settings - Fork 620
[TOOL-2804] Insight Playground: Render Select for Parameters with enum schema + Show Examples #5805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TOOL-2804] Insight Playground: Render Select for Parameters with enum schema + Show Examples #5805
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5805 +/- ##
=======================================
Coverage 53.34% 53.34%
=======================================
Files 1101 1101
Lines 59124 59124
Branches 4824 4824
=======================================
Hits 31541 31541
Misses 26864 26864
Partials 719 719
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
9174ffa to
216f069
Compare
…m schema + Show Examples (#5805) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces enhancements to the `ToolTipLabel` and `SelectTrigger` components, adds new props for better customization, and refines the `ParameterSection` to improve user experience with error handling and example display. ### Detailed summary - Added `contentClassName` prop to `ToolTipLabel` for custom styling. - Updated `SelectTrigger` to accept `chevronClassName` for icon customization. - Enhanced `RequestConfigSection` with error display logic. - Introduced `ParameterInput` component for better handling of parameter inputs. - Improved tooltip display with examples in `ParameterSection`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
6f1a918 to
ed047fd
Compare
…m schema + Show Examples (#5805) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR enhances the `ToolTipLabel` and `SelectTrigger` components, adding new props for customization. It also introduces a new `ParameterInput` component to streamline input handling for parameters with enums, improving the overall user experience in forms. ### Detailed summary - Added `contentClassName` prop to `ToolTipLabel` for custom styling. - Updated `SelectTrigger` to accept `chevronClassName` prop for customization. - Introduced `ParameterInput` component to handle parameter inputs with enums. - Enhanced form error handling and display logic in `RequestConfigSection` and `ParameterSection`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
216f069 to
d7d9415
Compare
ed047fd to
58b75d1
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces enhancements to the
ToolTipLabelandSelectTriggercomponents, adds new properties, and refines theParameterSectionfunctionality. It also introduces a newParameterInputcomponent to streamline input handling.Detailed summary
contentClassNameprop toToolTipLabel.classNameinTooltipContentto includeprops.contentClassName.SelectTriggerto acceptchevronClassName.RequestConfigSection.ParameterInputcomponent for better parameter handling.showTipand example handling inParameterSection.