Bug Report:
Steps to reproduce:
- Go to https://chat.openai.com/ from your PC
- Click the sidebar toggle button as marked in one screenshot
Expected result:
The sidebar will collapse and the toggle button should be visible with the changed title
Open sidebarfor the eventual action (ie. toggle open the sidebar if need be)
Actual result:
No button is visible in the bigger screens
Additional information
Browser: Version 115.0.5790.170 (Official Build) (arm64)
OS: macOS v13.4 (22F66)
NB:
- hamburger menu in smaller screens working as expected
- Found that, the inline styles of the wrapper component of the sidebar to
width: 0px; visibility: hidden;along with theClose sidebarbutton sets the localStorage value ofUiState.isNavigationCollapsed.1totrue.