-
Notifications
You must be signed in to change notification settings - Fork 146
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
Preview panel loses its state when tabs are cycled #1072
Comments
The ability to maintain the state of the preview panel when switching between tabs is a critical feature that can greatly improve user experience. The fact that it currently loses its state leads to increased friction and requires users to recall their previous actions, which is not ideal. It would be beneficial if this issue could be addressed.
|
Unfortunately I don't control the built in preview so this is not possible yet. However I have been rewriting the trace preview as a react app and should be able to add proper routing, as well as serializing the collapse state. |
Maybe I can lend a hand? |
That would be awesome! I"ll start a discussion. |
A common use case for me is to open the preview panel to check the trace output of the script and switch over to the script to make modifications. When I switch back to the preview panel, the folding state of the output tree is getting lost, and leads to increased friction. Can the preview panel state be maintained?
I think it could also be a good idea to make the preview panel more user friendly.
The text was updated successfully, but these errors were encountered: