Make hamburger menu mode configurable via config option
See original GitHub issueProblem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always shows the viewer menu locally and while deployed
- auto: shows developer menu when on localhost and viewer menu when on non-localhost deployment (This is the current behavior on Streamlit Cloud)
default is set to auto
Community voting on feature requests enables the Streamlit team to understand which features are most important to our users.
If you’d like the Streamlit team to prioritize this feature request, please use the 👍 (thumbs up emoji) reaction in response to the initial post.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
Hamburger menu in the responsive navigation bar - YouTube
The menu button is an element inside the navbar that organizes the nav links when there is limited horizontal space, like on a...
Read more >Configuring hamburger menu - Laracasts
Configuring hamburger menu. When you make a window small enough or hold a mobile phone in portrait mode you get a hamburger menu...
Read more >Configure App Navigation - Salesforce Help
If you want to hide the hamburger menu when using the navigation tab, for iOS and Android, unselect Show hamburger menu. For iOS...
Read more >Navbar menu button - Webflow University
You can also style the menu icon using typography settings. The icon will inherit these typography styles from its parent element, the menu...
Read more >How to set breakpoint for Navigation Menu to become a ...
On which point my navigation menu becomes a burger menu? · 1. Follow the steps in this article to add a Navigation Menu...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @pratimugale - unfortunately, I didn’t have time to work on this, so you can definitely pick this up 😃 (i was the original request-ee)
Related to #4427, #396, #395, #5141