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

Use relative instead of absolute datetimes #1783

Open
zusorio opened this issue Sep 11, 2024 · 0 comments
Open

Use relative instead of absolute datetimes #1783

zusorio opened this issue Sep 11, 2024 · 0 comments
Labels
enhancement New feature or request good first issue

Comments

@zusorio
Copy link
Member

zusorio commented Sep 11, 2024

Currently, whenever we show datetimes in the frontend, we use one of two rather long formats:

  • Thu, 05 Sep 2024 15:06:31
  • 9/5/2024 at 03:06 PM

A lot of these could be replaced with relative dates like:

  • 4 hours ago
  • 2 days ago

For general use, a relative timestamp is easier to understand and more relevant. When hovering over these, we could still show the exact date and time.

@zusorio zusorio added enhancement New feature or request good first issue labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue
Projects
Development

No branches or pull requests

1 participant