-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Store panel visibility / full screen mode into permalink or local storage #180
Comments
Local storage probably makes more sense, that way if I share a url it will retain the settings on the person's computer, instead of whatever I had set to. |
Hmm.
I'm think this in the other way around :) |
A complete isolated view will be great having just the component and nothing else. like full screen but no need of iframe too or any other JS. Just like you plug your component in a clean HTML page. This will help while profiling as you will only see your functions. |
@ritz078 that already exists with Ctrl Shift F |
I've picked up this story! PR coming right now. |
Thanks. Will be working on the getting the PR. |
I'd love if the panel visible states and the full screen mode were stored in the permalink or local storage. That way when I refresh (sometimes) I don't have to enter full screen mode again (or hide panels again).
The text was updated successfully, but these errors were encountered: