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

[Docs] Improve the AppLeftNav for mobile #2690

Merged
merged 1 commit into from
Dec 30, 2015
Merged

[Docs] Improve the AppLeftNav for mobile #2690

merged 1 commit into from
Dec 30, 2015

Conversation

oliviertassinari
Copy link
Member

Fix #2616, and start adressing #2435.

I think that we should get ride of the PageWithNav component.
Instead, I would use the AppLeftNav not only for the mobile view, but also for the desktop view with a docked={true} property.

dec 29 2015 12 29

@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation PR: Needs Review labels Dec 29, 2015
@oliviertassinari oliviertassinari changed the title [Docs] Improve the LeftNav bar for mobile [Docs] Improve the AppLeftNav for mobile Dec 29, 2015
@oliviertassinari
Copy link
Member Author

@alitaheri @Zadielerick Are you ok to merge this?

@@ -265,7 +265,7 @@ const LeftNav = React.createClass({
transform: `translate3d(${x}px, 0, 0)`,
transition: !this.state.swiping && Transitions.easeOut(),
backgroundColor: theme.color,
overflow: 'hidden',
overflow: 'auto',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it's the most questionable change of this PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oliviertassinari I think its fine. I don't see why someone would want to make their overflow hide. And it's easily overridden with styles.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oliviertassinari That would actually close a bunch of issues. 😁

alitaheri added a commit that referenced this pull request Dec 30, 2015
@alitaheri alitaheri merged commit 1685e0f into mui:master Dec 30, 2015
@alitaheri
Copy link
Member

@oliviertassinari Thanks a lot @oliviertassinari 🎉 🎈

@oliviertassinari oliviertassinari deleted the docs-improve-navigation branch February 23, 2016 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants