You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still an open issue is that the URL parameters so far only work with the full share.streamlit.io/jgieseler/solar-mach URL, but not with the "official" solar-mach.github.io address that is redirecting through an iframe element in the index.html.
Maybe it's worth trying to replace the current system using st.experimental_get_query_params() and st.session_state with the one provided by https://pypi.org/project/streamlit-ext/. Because with that in theory the URL should be updated with the current set of settings "on the fly", and in addition adding new parameters would be much easier. (st.experimental_get_query_params() is an experimental feature anyhow.)
Introduce the possibility to provide parameters that are set in the left bar directly in the URL. This would enable the user to:
URL could e.g. look like this: https://solar-mach.github.io/?date=20200417&time=0130&bodies=Earth,BepiColombo,PSP&vsw=400,300,500
The text was updated successfully, but these errors were encountered: