Skip to content
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

Remove x-data-grid resize bar workaround #4395

Merged
merged 1 commit into from
May 23, 2024
Merged

Remove x-data-grid resize bar workaround #4395

merged 1 commit into from
May 23, 2024

Conversation

cmdcolin
Copy link
Collaborator

Apparently in x-data-grid v7, the resize bar is natively resizeable, so the whole useResizeBar/ResizeBar component is unneeded

I checked in a codesandbox to check that v6 does not have resizer, and v7 does

v6 code https://stackblitz.com/edit/react-izrtfu?file=Demo.tsx
v7 code https://stackblitz.com/edit/react-izrtfu-phvcdt?file=Demo.tsx

this also removes the resizebar component from @jbrowse/core which is technically a breaking thing, but i have a feeling nobody used it in any plugins or anything :)

@cmdcolin
Copy link
Collaborator Author

fixes #4112
fixes #4057

@cmdcolin cmdcolin merged commit 6dce7ce into main May 23, 2024
10 checks passed
@cmdcolin cmdcolin deleted the resize_bar branch May 23, 2024 16:03
@cmdcolin cmdcolin changed the title Remove x-data-grid resize bar usage Remove x-data-grid resize bar workaround May 23, 2024
@cmdcolin cmdcolin added the enhancement New feature or request label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant