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

Save editor UI configuration to be persistent across reloads #450

Closed
jasmussen opened this issue Apr 19, 2017 · 1 comment · Fixed by #2568
Closed

Save editor UI configuration to be persistent across reloads #450

jasmussen opened this issue Apr 19, 2017 · 1 comment · Fixed by #2568
Labels
Framework Issues related to broader framework topics, especially as it relates to javascript General Interface Parts of the UI which don't fall neatly under other labels. Good First Issue An issue that's suitable for someone looking to contribute for the first time [Type] Task Issues or PRs that have been broken down into an individual action to take

Comments

@jasmussen
Copy link
Contributor

Per discussion in #449 (comment), we need to save the state of various editor configurations, so they are persistent across reloads:

  • Did you dismiss the sidebar? (Sidebar is open by default)
  • Are you using the visual editor or the text editor?
  • Did you reorder the metaboxes in the sidebar? Did you hide one? Did you collapse one?

The ability to dismiss the sidebar is a new feature. All the other options are similar to how they behave in the current editor.

Here's a screenshot of the sidebar with all metaboxes closed, but the "Status & Visibility" box open. The little configuration panel icon at the top of the sidebar is the equivalent of "Screen Options", where you can choose which metaboxes to show.

@jasmussen jasmussen added Framework Issues related to broader framework topics, especially as it relates to javascript [Type] Task Issues or PRs that have been broken down into an individual action to take labels Apr 19, 2017
@jasmussen jasmussen added this to the Beta milestone Apr 20, 2017
@mtias mtias added the General Interface Parts of the UI which don't fall neatly under other labels. label May 3, 2017
@ellatrix
Copy link
Member

Maybe we can use the user setting API for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues related to broader framework topics, especially as it relates to javascript General Interface Parts of the UI which don't fall neatly under other labels. Good First Issue An issue that's suitable for someone looking to contribute for the first time [Type] Task Issues or PRs that have been broken down into an individual action to take
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants