-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Show/Hide Sidebar workspace item using React Show #382
Show/Hide Sidebar workspace item using React Show #382
Conversation
Hey @BilalBudhani, that's very nice! While playing around with it, I've noticed that the "Dependecies" section (maybe because it's the last one?) opens fine, but closes without the animation. Can you maybe take a look at that? Thanks! |
Hey, @lbogdan thanks for the feedback. I just compared the behaviour of collapsing/uncollapsing between this version and codesandbox.io production version –– I can see the animation taking place in "Dependencies" section. Perhaps, the animation is being performed under 200ms and the height is relatively large than other sections that is why it is hard to differentiate (?). Do you want me to increase the animation time to 250-300ms? |
@lbogdan you were right, it was not animating –– I had to increase the animating time to catch this issue, Good catch! Thanks. I implemented a fix, turns out |
I love this! Thanks @BilalBudhani, I'll review this after dinner and merge it in if all is good 😄 . Played with it already, and it looks+feels beautiful! |
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.
Perfect, thanks for building this!
BTW - I just released React-show 2.0. Upgrade should be seamless, given you're not using any deprecated props. Upgrade for some more stability! |
@tannerlinsley Sure, I will look into upgrading to 2.0 this weekend. Thanks for informing about the upgrade availability. |
You bet
…On Thu, Dec 14, 2017 at 12:15 AM Bilal Budhani ***@***.***> wrote:
@tannerlinsley <https://github.com/tannerlinsley> Sure, I will look into
upgrading to 2.0 this weekend. Thanks for informing about the upgrade
availability.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#382 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFUmCWXS0leCXJG3u8Ox3qy3ocQCU-Kyks5tAMsjgaJpZM4Q8ish>
.
|
I wanted to start contributing to Codesandbox project and was keenly looking for some issue to start from, I saw this one #358 interesting enough to work –– So I picked it up. After some fiddling around I got the expected behaviour described in the issue mentioned earlier.
Looking forward for some feedback from the maintainers.
Thanks.