Current Behavior
The video duration value is displayed with a hardcoded min suffix in layouts/partials/video-landing-page.html. When the duration is provided in MM:SS format (e.g., "0:16"), the UI renders it incorrectly as:
This creates a confusing and inconsistent duration label for users.
Expected Behavior
The UI should correctly display video durations instead of always appending a hardcoded min suffix.
Examples:
Screenshots/Logs
Asked by Gemini on one of my PRs, which got my attention that yeah we gotta fix this
Environment
- Host OS: Mac Linux Windows
- Browser: Chrome Safari Firefox Edge Opera
Contributor Guide and Resources
Current Behavior
The video duration value is displayed with a hardcoded
minsuffix inlayouts/partials/video-landing-page.html. When the duration is provided inMM:SSformat (e.g.,"0:16"), the UI renders it incorrectly as:0:16 minThis creates a confusing and inconsistent duration label for users.
Expected Behavior
The UI should correctly display video durations instead of always appending a hardcoded
minsuffix.Examples:
0:16→ displayed as0:16Screenshots/Logs
Asked by Gemini on one of my PRs, which got my attention that yeah we gotta fix this
Environment
Contributor Guide and Resources