Current Behavior
The state is not saved when opening the IDE panel. As a result, when refreshing the page, the IDE panel is closed.
Expected behavior
If the page is refreshed, the panel should remain open.
Possible solution
It seems we're appending a # to the URL, but with no id. If we were to change this to append #graphql-ide, we could use that to open the panel when the page finishes loading.
PS: this is the approach used by Query Monitor
Current Behavior
The state is not saved when opening the IDE panel. As a result, when refreshing the page, the IDE panel is closed.
Expected behavior
If the page is refreshed, the panel should remain open.
Possible solution
It seems we're appending a
#to the URL, but with no id. If we were to change this to append#graphql-ide, we could use that to open the panel when the page finishes loading.PS: this is the approach used by Query Monitor