Skip to content

change how uptime is displayed #1067

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

Closed
adameat opened this issue Jul 25, 2024 · 1 comment · Fixed by #1748
Closed

change how uptime is displayed #1067

adameat opened this issue Jul 25, 2024 · 1 comment · Fixed by #1748
Assignees
Labels
area/ux Issues to improve UX. Mainly research follow-ups prio/medium size/s

Comments

@adameat
Copy link
Member

adameat commented Jul 25, 2024

currently we have:

image

I suggest to change how it displayed to simplify readibilty by making connection between value of uptime with length of the text representation:

everything below 1 minute we show just as seconds without leading zero:

5s
10s
30s

after 1 minute we show short time representation:

1:05
5:10
15:30

after 1 hour we show longer time representation:

1:30:20
5:05:05
15:30:40

after 24 hours we adding number of the days

1d 01:30:20
1d 15:05:05
12d 05:05:05

of course everything with right-alignment. and we dont show leading zeros on the leftmost elements.

I expect it to be something like this:

image

@adameat adameat added the area/ux Issues to improve UX. Mainly research follow-ups label Jul 25, 2024
@artemmufazalov artemmufazalov self-assigned this Nov 28, 2024
@artemmufazalov
Copy link
Member

@adameat is something like this expected?

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux Issues to improve UX. Mainly research follow-ups prio/medium size/s
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants