-
Notifications
You must be signed in to change notification settings - Fork 84
Add Confirmation Dialog on Device Type Feature Toggle and Disable Toggling when Related Cluster is Disabled #1554
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
Conversation
It would be smooth if this happened once and not every single time, what do you think @ethanzhouyc @tecimovic @brdandu ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulr34 I think this confirmation should happen on every feature toggle to ensure ZAP doesn’t notify users about changes they didn’t want but were already committed. Elements updated among different feature toggles can vary a lot. |
It would be cool if there was a button that said "don't show me this again" which is a pretty standard practice |
@paulr34 When user enables and then disables a feature, ZAP might "correct" some elements to align with the expected conformance. While this is technically correct, it could still modify user configurations that they didn't intend to change. By allowing the user to cancel the change, we ensure ZAP doesn't modify anything without explicit confirmation. |
Sure that makes sense. It would be great if I could opt out by clicking "don't show me this again" but otherwise it's great good job |
Correction: "don't ask me this again" if you want to show what happened |
That's a cool idea! I take it down and will bring it up when discussing feedback with team. |
Issue #1563 created to add Cypress tests covering the feature page related code in future PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just fix the comments. Looks good!
Discussed with team and the confirmation dialog should be displayed on each toggle. |
ZAPP-1549, ZAPP-1552