question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make hamburger menu mode configurable via config option

See original GitHub issue

Problem

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:open
  • Created 2 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
ilias-antcommented, Jan 10, 2022

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)

0reactions
carolinedlucommented, Nov 10, 2022

Related to #4427, #396, #395, #5141

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found