-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
CHANGE to use react-split-view 0.1.63 over the fork #956
Conversation
@ndelangen I started to work on this. |
Thanks man!!! |
What I did additionally
|
I will test this! => works on my machine! |
# Conflicts: # packages/react-storybook/package.json # packages/storybook-ui/package.json
I resolved the conflicts, should be good to go. |
@ndelangen please don't merge for a while. one more commit is coming |
issue: when the left/down panel is hidden the resizer still draggable what I did: add how to test: hide a panel, try to resize @ndelangen It's ready now! |
I can now resize the left panel, this is new behaviors I think. Is this something you wanted to do? |
Do you mean I think we can finish this PR as it is for now. How best to switch to this mode is the issue of next step |
This is what I mean: |
But I do agree, this is ready to merge 👍 |
@usulpro Do we still want to support stories panel on top at some point in future? |
@Hypnosphi I believe it would be a great option for mobile screens. But at this moment this option not exposed to users. |
Not really, I just was curious do we still need this dead code |
There are some details about possible way to use it in this comment #908 (comment) |
What I did
Replaced the fork of react-split-view for the original.
How to test
Run
npm install
,cd examples/cra-storybook
,npm run storybook
Open browser
drag panel size handles
last step fails, needs work.