streamlit_login_auth_ui icon indicating copy to clipboard operation
streamlit_login_auth_ui copied to clipboard

Suggestion: Add option to render Login/Signup/Forgot PW/etc in tabs instead of sidebar

Open KeeonTabrizi opened this issue 1 year ago • 2 comments

The streamlit-option-menu package is used to render the sidebar:

image

This works pretty well but creates very long/verbose URLs like:

  • http://localhost:8502/component/streamlit_option_menu.option_menu/index.html?streamlitUrl=http%3A%2F%2Flocalhost%3A8502%2F#

Instead it would be interesting what a bool arg to the login class would look like instead to render the elements in just the normal page with tabs:

image

KeeonTabrizi avatar Oct 08 '22 17:10 KeeonTabrizi