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

[IconMenu] Add open, onRequestChange properties, fix #2341 #2383

Merged
merged 1 commit into from
Dec 5, 2015

Conversation

quangbuule
Copy link
Contributor

Hi,
This is an update of #2343
I rebased the branch to the latest upstream code.

@alitaheri
Copy link
Member

I'm ok with this, but do you think 'esc' should be 'escape' to keep consistent with LeftNav? or should I rename the LeftNav one? Which one makes more sense? @oliviertassinari @quangbuule

@quangbuule
Copy link
Contributor Author

I think 'escape' have more sense. Personally, I like the way that just send the event to user for him to decide.

@oliviertassinari
Copy link
Member

escape 👍

@@ -71,6 +71,12 @@ export default class IconMenus extends React.Component {
desc: 'If true, menu will close after an item is touchTapped.',
},
{
name: 'open',
type: 'bool',
header: 'default: true',
Copy link
Member

Choose a reason for hiding this comment

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

It's null now.

@quangbuule
Copy link
Contributor Author

I updated to escape reason already. @oliviertassinari @subjectix

@alitaheri
Copy link
Member

👍 Do a rebase and make this a single commit, then we are good to merge. right? @oliviertassinari

@quangbuule
Copy link
Contributor Author

I rebased at begining of the PR @oliviertassinari

@alitaheri
Copy link
Member

@quangbuule I think you are missing a force push:

git push origin icon-menu --force

That will forcefully update your remote branch and clear the history. It will the look exactly like how you see it after you rebase locally

@quangbuule
Copy link
Contributor Author

I did rebase -i instead of rebase. @subjectix @oliviertassinari take a look 😄

@oliviertassinari
Copy link
Member

@quangbuule Perfect 👍

oliviertassinari added a commit that referenced this pull request Dec 5, 2015
[IconMenu] Add open, onRequestChange properties, fix #2341
@oliviertassinari oliviertassinari merged commit cec06f2 into mui:master Dec 5, 2015
@alitaheri
Copy link
Member

Nice work 👍 👍 Thanks 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: Icon The React component. component: menu This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants