mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #338] Better icons/colors for the "started" and "grace" states #260
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#260
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 @cuu508 on GitHub (Mar 4, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/338
The "up" and "started" icons are easy to mix up, as both are round and use the same color:
The "grace" icon looks more serious than it really is: it's common for a check to temporarily go in the "grace" state.
@cuu508 commented on GitHub (Jun 25, 2020):
I've made changes how a "started" check is shown in the checks list:
If a check is started, there's now an animated progress spinner under its status icon. The status icon shows check's current status as if it was not started. So,
This way, the "started" state does not mask the "down" state. The user can see the check's current status, and it's "is it currently running?" state at the same time.