Open
Conversation
690ec64 to
88a5e7d
Compare
b792984 to
0146413
Compare
Multiple operators are now wrapped in form control, style the wrapper instead of the operator.
None of our row selection usages are currently optimized for the exclude model. Disable for now.
The Toolbar component defines a min-height, resulting in the DataGridToolbar being too small. Set min-height to initial value to fix the issue.
0011f93 to
25d7d6c
Compare
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.
Description
Upgrade MUI X Data Grid to v8. Followed the official migration guide and teamed up with Claude to fix the remaining issues. Many things were broken due to our custom theming. I tried to fix all of them and verified them in Demo and Storybook. However, I still might have missed some issues. We'll have to fix those in follow-up PRs.
Further information