-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Update design of dropdown menus to align with top nav #12956
Copy link
Copy link
Closed
Labels
feature:app-menuRelated to the app menuRelated to the app menufeature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementfeature:st.multiselectRelated to the `st.multiselect` widgetRelated to the `st.multiselect` widgetfeature:st.selectboxRelated to the `st.selectbox` widgetRelated to the `st.selectbox` widgetfeature:st.time_inputRelated to the `st.time_input` widgetRelated to the `st.time_input` widgetgood first issueGood for newcomers to the codebaseGood for newcomers to the codebasetype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Metadata
Metadata
Assignees
Labels
feature:app-menuRelated to the app menuRelated to the app menufeature:st.dataframeRelated to the `st.dataframe` elementRelated to the `st.dataframe` elementfeature:st.multiselectRelated to the `st.multiselect` widgetRelated to the `st.multiselect` widgetfeature:st.selectboxRelated to the `st.selectbox` widgetRelated to the `st.selectbox` widgetfeature:st.time_inputRelated to the `st.time_input` widgetRelated to the `st.time_input` widgetgood first issueGood for newcomers to the codebaseGood for newcomers to the codebasetype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Checklist
Summary
Our dropdown menus currently look like below, e.g. for
st.selectbox:But we want them to look like the new style we added for page sections in top navigation (i.e. if
st.navigation(..., position="top")is set):Why?
Looks more modern.
How?
Need to go through all our dropdowns and update.
Additional Context
Related: #12954