mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #439] Hide code by default #329
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#329
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 @agneevX on GitHub (Oct 5, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/439
The HC ping code should be hidden from the dashboard by default as its sort of like a password.
@cuu508 commented on GitHub (Oct 5, 2020):
I'd like to understand your use case. What users can access the dashboard? In what specific scenarios hiding it by default (but still have it accessible somehow) would be better than status quo?
@agneevX commented on GitHub (Oct 5, 2020):
I am the sole user, but I think that the code is not very useful after I've incorporated them into my workflow.
@cuu508 commented on GitHub (Oct 5, 2020):
Thanks, I see. For you, always showing the code in the dashboard is just not an efficient use of the screen space, correct?
You ca check out how the dashboard would feel without ping URLs displayed: if you resize the browser window to be narrower, at around 970 or so width, the Ping URL column will disappear.
I think hiding it by default would not be a wise idea. There are many different usage patterns; as an anecdote I personally copy ping URLs from the dashboard quite frequently.
@agneevX commented on GitHub (Oct 5, 2020):
Yep.
I feel as though this was changed recently, because my browser size remains unchanged with a 1036x648 viewport. Earlier the code would get hidden, but now the large code width truncates names into a second line.
@cuu508 commented on GitHub (Aug 27, 2021):
@agneevX do you still see the code wrapping in two lines? Can you share a screenshot?
@agneevX commented on GitHub (Aug 27, 2021):
It no longer does that.