mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #356] Pause a check should ask for confirmation #276
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smknstd on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/356
On a project page, pausing a check could have been made by misclicking and it is impossible to undo. UI should ask for confirmation with modal or something.
@cuu508 commented on GitHub (Apr 20, 2020):
Thanks for the suggestion! Here's what I've implemented – clicking once will show a "Pause this check? Click again to confirm." tooltip:
Clicking a second time will pause the check.
@smknstd commented on GitHub (Apr 21, 2020):
Great !