Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - add new input widgets #46

Open
1 of 11 tasks
444B opened this issue Mar 8, 2024 · 0 comments
Open
1 of 11 tasks

[FEATURE] - add new input widgets #46

444B opened this issue Mar 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request future release The issue will be fixed in a future release

Comments

@444B
Copy link
Owner

444B commented Mar 8, 2024

Issue description

Since the last release of the upstream of streamlit-analytics, there have been a few new input widgets released. Namely:

  • st.download_button
  • st.link_button
  • st.page_link
  • st.toggle
  • st.camera_input

There are no wrappers for some of them and they are require testing for both the standard widget and within the sidebar.

Fix:

Implement wrapper and tests:

standard functions

  • st.download_button
  • st.link_button
  • st.page_link
  • st.toggle
  • st.camera_input

sidebar functions

  • st.sidebar.download_button
  • st.sidebar.link_button
  • st.sidebar.page_link
  • st.sidebar.toggle
  • st.sidebar.camera_input

Chat Inputs

@444B 444B added the enhancement New feature or request label Mar 8, 2024
@444B 444B self-assigned this Mar 8, 2024
@444B 444B pinned this issue Mar 10, 2024
@444B 444B unpinned this issue Mar 10, 2024
@444B 444B pinned this issue Mar 11, 2024
This was referenced Mar 11, 2024
@444B 444B added the future release The issue will be fixed in a future release label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future release The issue will be fixed in a future release
Projects
None yet
Development

No branches or pull requests

1 participant