codesandbox-client
codesandbox-client copied to clipboard
Embed option to hide file tree
🌈 Feature
Embed option to hide file tree/explorer pane initially.
When this embed option is truthy, the leftmost pane with the file tree/dependencies/meta info about the sandbox should not be visible, regardless of screen size/embed size.
I'm using embeds where I only want the user to look at one file - the rest of the files aren't relevant. The file tree adds a lot of visual noise.
?hideexplorer=1
(or hideexplore, hidefiletree, depending on which name you feel is most appropriate)
Hey @matthewoates , thanks for this feedback.
I've passed this on as a feature request to the team :)
Well, I was about to request the same feature. It seems that I have to wait for this feature to hide the files explorer and profile details.
What is rather weird is that on my chrome browser, the code box sometimes shows up and sometimes disappears, leaving the output screen visible only.
@binarybehemoth Do you find that this only happens on Chromium based browsers?
I can't believe this feature is (still) not exist 😱.
Any news on this issue? I would also like to have this very much!
On the other side, it works for my use case. If the viewport for the embed is small and the options are specified to only show the editor view then the embed is smart to hide the project panel due to limited space.
Bumping on this feature request. Are there any plans to allow this customisation option?