-
Notifications
You must be signed in to change notification settings - Fork 212
Implement application deleting on the web #1313
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
|
Code coverage for javascript is
|
| })); | ||
|
|
||
| const TITLE = "Delete Application"; | ||
| const ALERT_TEXT = "Are you sure you want to delete the application?"; |
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.
If anyone has a better phrase, please let me know.
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.
Looks good to me.
"Are you sure you want to DELETE the application?"
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.
👍
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 confirmation could be added/improved later.
Let's merge this pull request with the current design.
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.
🙆♀️ 🚀
|
Thank you. |


What this PR does / why we need it:
Kapture.2020-12-22.at.18.39.25.mp4
This screen capture uses a dummy API call, so the application row is not removed actually.
Which issue(s) this PR fixes:
Fixes #1290
Does this PR introduce a user-facing change?: