Skip to content
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

Display start and last updated timestamp on system status page #3788

Merged
merged 4 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    df6a252 View commit details
    Browse the repository at this point in the history
  2. Use absolute date/time instead of relative times

    With relative times, when looking at a full status page, there will be a lot of numbers that are constantly updated. For example, even if "last updated" hasn’t changed, how it is rendered will change over time (from "last updated now" to "last updated 5 seconds ago" etc.) In addition, the different lengths of the rendered strings can cause layout shifts/line breaks. This makes it more difficult to track a specific row and to identify values that have actually changed. Instead, I’m now displaying the absolute time (if the day is today) or the absolute date and time. This leads to a slightly less cluttered and noisy UI.
    tillprochaska committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a99477c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a4dde View commit details
    Browse the repository at this point in the history
  4. chore: remove unused import

    stchris committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    395a382 View commit details
    Browse the repository at this point in the history