-
Notifications
You must be signed in to change notification settings - Fork 560
refactor: improve aggregate parameter input with MultiSelect #7169
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
refactor: improve aggregate parameter input with MultiSelect #7169
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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 @@
## graphite-base/7169 #7169 +/- ##
===================================================
Coverage 55.67% 55.67%
===================================================
Files 904 904
Lines 58391 58391
Branches 4119 4119
===================================================
Hits 32510 32510
Misses 25775 25775
Partials 106 106
🚀 New features to boost your workflow:
|
size-limit report 📦
|
1ec21f8
to
6328916
Compare
d6cb024
to
6b66183
Compare
a82e7b1
to
03342b3
Compare
6b66183
to
b1d6b81
Compare
PR-Codex overview
This PR focuses on improving the formatting of a string by modifying how it is split into an array and then processed to remove leading and trailing spaces.
Detailed summary
value
.split
method to use a single line instead of a multi-line format.filter
method.