Automatically update times in web ui #444

Closed
opened 2025-11-02 03:23:41 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @pgaskin on GitHub (Mar 9, 2017).

  • Gitea version (or commit ref): d2b2881
  • Git version: 2.9.3
  • Everything else not relevant

Description

The timestamps on the web ui should automatically update as time passes, instead of remaining the same.

Originally created by @pgaskin on GitHub (Mar 9, 2017). - Gitea version (or commit ref): d2b2881 - Git version: 2.9.3 - Everything else not relevant ## Description The timestamps on the web ui should automatically update as time passes, instead of remaining the same.
GiteaMirror added the topic/uiissue/confirmedtype/enhancement labels 2025-11-02 03:23:41 -06:00
Author
Owner

@bkcsoft commented on GitHub (Apr 18, 2017):

Not exactly a fan of having some things update and other not. I'd rather have entirely static pages than only updating some parts

@bkcsoft commented on GitHub (Apr 18, 2017): Not exactly a fan of having _some_ things update and other not. I'd rather have entirely static pages than only updating some parts
Author
Owner

@stale[bot] commented on GitHub (Feb 15, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Feb 15, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@OvermindDL1 commented on GitHub (Feb 15, 2019):

Not exactly a fan of having some things update and other not. I'd rather have entirely static pages than only updating some parts

The way github does it is to put a static datetime in a relative-time custom element (which is open source so can be included, it's a single javascript file, just include and use it), it updates about once a minute when the page is up otherwise sans javascript it displays the actual date/time.

@OvermindDL1 commented on GitHub (Feb 15, 2019): > Not exactly a fan of having _some_ things update and other not. I'd rather have entirely static pages than only updating some parts The way github does it is to put a static datetime in a `relative-time` custom element (which is open source so can be included, it's a single javascript file, just include and use it), it updates about once a minute when the page is up otherwise sans javascript it displays the actual date/time.
Author
Owner

@stale[bot] commented on GitHub (Apr 16, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Apr 16, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@yp05327 commented on GitHub (Apr 28, 2023):

Fixed by #23988

@yp05327 commented on GitHub (Apr 28, 2023): Fixed by #23988
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#444