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

Persist user customization of the app layout #2

Open
enlight opened this issue Aug 30, 2017 · 0 comments
Open

Persist user customization of the app layout #2

enlight opened this issue Aug 30, 2017 · 0 comments

Comments

@enlight
Copy link
Owner

enlight commented Aug 30, 2017

  • DockPanel has saveLayout() and restoreLayout(), but the state returned by saveLayout() is not serialized, so a custom serialization/deserialization mechanism has to be implemented.
  • SplitPanel doesn't have saveLayout() or restoreLayout(), but relativeSizes() and setRelativeSizes() should provide sufficient information to save/restore the state, though just like DockPanel a custom serialization/deserialization mechanism will be needed.
  • Custom Phosphor widgets that wrap React components will also require some work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant