-
Notifications
You must be signed in to change notification settings - Fork 2k
feat: confirmation dialogs for cohort and feature flag deletion #40762
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
base: master
Are you sure you want to change the base?
feat: confirmation dialogs for cohort and feature flag deletion #40762
Conversation
Add confirmation dialogs when deleting: - Cohorts (both detail and list pages) - Feature flags (both detail and list pages) This prevents accidental deletion by requiring explicit user confirmation before proceeding with the deletion action. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
4 files reviewed, no comments
|
Size Change: 0 B Total Size: 3.34 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
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.
LGTM!
Changes
Add confirmation dialogs when deleting:
This prevents accidental deletion by requiring explicit user confirmation before proceeding with the deletion action.
How did you test this code?
Manual