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

Remove Create Item Modal from Dashboard and List views #7583

Closed
raveling opened this issue Jun 2, 2022 · 0 comments · Fixed by #7594
Closed

Remove Create Item Modal from Dashboard and List views #7583

raveling opened this issue Jun 2, 2022 · 0 comments · Fixed by #7594
Assignees

Comments

@raveling
Copy link
Contributor

raveling commented Jun 2, 2022

The Create Item Modal should be removed when creating new items from the dashboard and list views in favour of creating directly within the item view.

The current approach to making new items from all create actions imposes a 2-step approach on Admin UI users.

  1. Undertake a complete or partial edit in the modal
  2. After the create button has been pressed in the modal, continue editing/updating in the default item view

Step 1 – Admin UI create view as a modal overlay justified to the right side of the viewport

Step 2 – Admin UI item view, non-modal version

This modal-enabled journey is useful when a user may have unsaved changes in a previous context (i.e. creating a new related category while editing post). But in situations where preservation of the original context is not important, the modal is a productivity impediment.

Related discussions

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 a pull request may close this issue.

2 participants