Skip to content

fix: Updated reset configuration to use dialog instead of popover which now closes on X button click, Submit Button Now Resets Widgets to default values by clearing config #1794

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

Closed
wants to merge 1 commit into from

Conversation

Vamshi-Microsoft
Copy link
Contributor

This pull request refactors the reset configuration functionality in code/backend/pages/04_Configuration.py to improve user experience and code maintainability. The main change replaces the previous popover-based implementation with a dialog-based approach using st.dialog. Additional updates include better session state management and cleanup.

Improvements to reset configuration functionality:

  • Replaced the popover-based reset confirmation (st.popover) with a dialog-based approach (st.dialog) for better user experience and clarity.
  • Submit Button Now Resets Widgets to default values by clearing config.

Does this introduce a breaking change?

  • Yes
  • No

…bmit Button Now Resets Widgets to default values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant