If showLeftPanel is true, the left panel isn't shown unless showDownPanel is true.
I'd suggest merging these two into a single option like panelLocation: "left" | "right" | "none"
That's how storybook UI looks with
{
showLeftPanel: true,
showDownPanel: false,
}

Left panel (the one with navigation) is shown
Honestly, I find this naming (showLeftPanel, showDownPanel, and especially downPanelInRight, which is called "Action Logger position" in the shortcuts help) really confusing. I believe we should rename those to showNavigationPanel, showAddonsPanel, and addonsPanelPosition, respectively.
definitely support the renaming of those.
Fixed with #1689
@Hypnosphi by convention we mark the issue as merged when the PR gets merged, and close the issue only once the code is actually released. See:
https://github.com/storybooks/storybook/blob/master/CONTRIBUTING.md#closing-issues
Ok, so I shouldn't use the "Fixes #N" magic as I did before?
yeah i think we want the issues to only show up as fixed when end users can actually install the fix from NPM 馃憤
Fixed in 3.2.6 https://github.com/storybooks/storybook/releases/tag/v3.2.6
Most helpful comment
That's how storybook UI looks with
Left panel (the one with navigation) is shown
Honestly, I find this naming (
showLeftPanel,showDownPanel, and especiallydownPanelInRight, which is called "Action Logger position" in the shortcuts help) really confusing. I believe we should rename those toshowNavigationPanel,showAddonsPanel, andaddonsPanelPosition, respectively.