-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
confirmation dialog box for DAG run actions #35393
Conversation
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.
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.
Yeah. looks good - but I'd prefer a "UI savy" maintainer to confirm :)
@bbovenzi @pierrejeambrun Can you take a look at this 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.
Nice. I am ok with the PR. LGTM +1
@bbovenzi / @pierrejeambrun?
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.
Sorry for the late review.
I feel like having 3 separate values for persistence of user preference for the 3 different types of modal is a bit overkill.
Maybe this could just be a common single doNotShowAgain...
. Having the user tick that box 3 times to get rid of the modals is maybe a little redundant. (but I am not against it)
Just a couple suggestions, but looking good overall :)
Done with the requested changes! |
a72bfa4
to
7c7e5dd
Compare
@bbovenzi @pierrejeambrun can you take another look at this when you have some time? |
5ff34fb
to
405e519
Compare
Something failed last time - looks like intermittent EOF on docker build. I rebased to see if it is OK |
405e519
to
ccb666c
Compare
I just rebased again. Will merge if everything is green. |
closes: #34685
created a dialog box which asks for user confirmation before clearing a DAG run or marking it
please review