Closed simoncaron closed 1 month ago
This pull request implements a feature to hide the '0h' display on the play button when the media length is less than an hour. The change is made in the runtimeTicksToMinutes
function within the utils/time.ts
file.
journey
title User journey for media length display update
section Before
User: Clicks play button
User: Sees '0h 30m' for media less than an hour
section After
User: Clicks play button
User: Sees '30m' for media less than an hour
Change | Details | Files |
---|---|---|
Modified time formatting logic to omit hours when media length is less than an hour |
|
utils/time.ts |
Title says it all. Will address #153.
Before
After
Summary by Sourcery
New Features: