-
Notifications
You must be signed in to change notification settings - Fork 309
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
NAS-132592 / 25.04 / Fix app delete dialog #11087
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11087 +/- ##
=======================================
Coverage 82.34% 82.34%
=======================================
Files 1643 1644 +1
Lines 57484 57502 +18
Branches 5930 5931 +1
=======================================
+ Hits 47333 47350 +17
- Misses 10151 10152 +1 ☔ View full report in Codecov by Sentry. |
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.
The dialog looks good. Thanks.
[label]="'Remove Images' | translate" | ||
></ix-checkbox> | ||
|
||
<ix-checkbox |
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.
I think we can remove the confirmation checkbox since it's already a part of confirmation dialog.
@@ -0,0 +1,41 @@ | |||
<h1 matDialogTitle> | |||
{{ 'Delete' | translate }} |
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.
Let's write Delete app
This PR has been merged and conversations have been locked. |
Changes:
On the Apps page,
When user deletes an app, and sees a deletion confirmation modal,
Expected result:
Downstream