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

add modal and confirmationmodal components to stardust #3

Merged
merged 7 commits into from
Oct 3, 2015

Conversation

athurman
Copy link
Contributor

@athurman athurman commented Oct 1, 2015

@levithomason levithomason force-pushed the feature/add-modal-plus-confirmation branch from 0dfaed3 to d77a0d3 Compare October 2, 2015 02:05
};

state = {
message: 'Remove this item from the list?',
Copy link
Member

Choose a reason for hiding this comment

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

This may not always be used for deleting list items. Let's find a fully generic message or have no default.

@athurman athurman force-pushed the feature/add-modal-plus-confirmation branch from c78ae07 to 021133d Compare October 2, 2015 20:11
let renderedGridClasses = render(<Modal className={classes} />)
.findClass('sd-modal')
.getDOMNode()
.getAttribute('class');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove test for DOM class attributes, as that is testing the React renderer, not our actual component :)

@levithomason
Copy link
Member

🚢

athurman added a commit that referenced this pull request Oct 3, 2015
…nfirmation

add modal and confirmationmodal components to stardust
@athurman athurman merged commit 31cf98f into master Oct 3, 2015
@athurman athurman deleted the feature/add-modal-plus-confirmation branch October 3, 2015 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants