You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ETA is displayed in seconds. For large ETA (days, hours, etc), it is difficult to easily determine the time left at a glance due to having to convert the seconds to an appropriate unit in the user's head. It would be much nicer if the ETA displayed in units greater than seconds when appropriate (for example: "1m22s"). See https://github.com/aboe026/ci-cd/blob/master/src/backup.ts#L222 for an implementation.
The text was updated successfully, but these errors were encountered:
Currently, the ETA is displayed in seconds. For large ETA (days, hours, etc), it is difficult to easily determine the time left at a glance due to having to convert the seconds to an appropriate unit in the user's head. It would be much nicer if the ETA displayed in units greater than seconds when appropriate (for example: "1m22s"). See https://github.com/aboe026/ci-cd/blob/master/src/backup.ts#L222 for an implementation.
The text was updated successfully, but these errors were encountered: