-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat: Add ability to group in Query Builder #16226
Conversation
03c6ed1
to
50fcaf7
Compare
b8c26a0
to
e46a170
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love that this is getting put into the builder. Really awesome stuff.
/> | ||
) | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could probably be its own component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@121watts it could, but I don't think it adds a ton of value. Once this feature flag goes away, the tag selector will have a BuilderCard.DropdownHeader
header until we change the interaction, and the BuilderCard.Header
will be applied to other parts of the query builder (like the aggregate functions window)
draftState.queryBuilder.tags.splice(index, 1) | ||
draftQuery.builderConfig.tags.splice(index, 1) | ||
draftState.queryBuilder.tags.splice(index, 1) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A reducer test for this added logic would be 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️❤️❤️
fe3a44d
to
d13c0bd
Compare
c0ed96c
to
b4924ad
Compare
b91d01e
to
0e7e82b
Compare
0e7e82b
to
5c7c36d
Compare
I just installed the beta and I don't see this functionality anything specific I need to do ? |
Closes #15984
Adds grouping to query builder