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

Fix/default edit mode dialog #487

Merged
merged 3 commits into from Jan 12, 2018
Merged

Conversation

kristofferjs
Copy link
Contributor

No description provided.

Copy link
Member

@bjoerge bjoerge left a comment

Choose a reason for hiding this comment

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

A few nitpicks, otherwise 👍

{content}
</EditItemPopOver>
<DefaultDialog
isOpen
Copy link
Member

Choose a reason for hiding this comment

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

Is isOpen this really needed? IMO if the dialog shouldn't be open, it should not be rendered at all.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Now it is needed, but I agree. Lets do that in another branch since it potentially requires a lot of changes

Copy link
Member

Choose a reason for hiding this comment

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

Agreed!

const actionIndex = event.currentTarget.getAttribute('data-action-index')
this.props.onAction(this.props.actions[actionIndex])
}
// handleActionClick = event => {
Copy link
Member

Choose a reason for hiding this comment

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

Can these comments be removed?

@kristofferjs kristofferjs merged commit 54353c2 into next Jan 12, 2018
@kristofferjs kristofferjs deleted the fix/default-edit-mode-dialog branch January 12, 2018 13:07
bjoerge pushed a commit that referenced this pull request Jan 12, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 16, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 17, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 19, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 24, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 25, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 28, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 28, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
bjoerge pushed a commit that referenced this pull request Jan 30, 2018
* [components] Cleaning up default dialog

* [form-builder] Using Default Dialog for editing array content

* [pr] Request change from bjoerge
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.

None yet

2 participants