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

Design/create screen (wait for #488) #489

Merged
merged 4 commits into from Jan 12, 2018
Merged

Conversation

kristofferjs
Copy link
Contributor

New menu when clicking on "create new" in main menu

@kristofferjs kristofferjs force-pushed the design/create-screen branch 2 times, most recently from 553cb38 to c188a09 Compare January 12, 2018 12:22
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 issues that should be sorted before merge. See my comments.

@@ -118,19 +119,32 @@ export default class RenderItemValue extends React.Component<Props> {
this._focusArea = el
}

handleDialogAction = action => {
if (!action) {
console.error('no action')
Copy link
Member

Choose a reason for hiding this comment

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

Is this intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. I think it would be nice for a developer to get that error in the console.

}
if (action.name === 'delete') {
//this.handleRemove
console.log('delete')
Copy link
Member

Choose a reason for hiding this comment

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

This should be handled, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh. yes.

@sanity-io sanity-io deleted a comment from bjoerge Jan 12, 2018
@kristofferjs kristofferjs merged commit 35c3fa9 into next Jan 12, 2018
@kristofferjs kristofferjs deleted the design/create-screen branch January 12, 2018 13:08
bjoerge pushed a commit that referenced this pull request Jan 12, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 16, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 17, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 19, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 24, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 25, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 28, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 28, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
bjoerge pushed a commit that referenced this pull request Jan 30, 2018
* [default-layout] New create new modal

* [test-studio] Adding icons to types

* [form-builder] Delete wth simple confirm on edit item dialog

* [form-builder] Removing console.log
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