mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 07:45:52 +03:00
[PR #75] [MERGED] Feature: added display for elapsed/remaining track time #108
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/usenocturne/nocturne-ui/pull/75
Author: @angelolz
Created: 1/6/2025
Status: ✅ Merged
Merged: 1/6/2025
Merged by: @brandonsaldan
Base:
main← Head:feature/added-elapsed-time-main📝 Commits (3)
c532d5fadded display for elapsed and remaining track time56c81c5remove extra spacesa9e9e98fix(pr): use original spacing and conditionally render timestamps📊 Changes
3 files changed (+104 additions, -3 deletions)
View changed files
📝
src/components/settings/Settings.jsx(+34 -0)➕
src/hooks/useElapsedTime.js(+20 -0)📝
src/pages/now-playing.jsx(+50 -3)📄 Description
Redoing #72 to make my changes based off of
main.This feature shows the current progress of the track formatted to HH:MM:SS below the progress bar. It supports showing the elapsed time and remaining track time left.
Screenshots
New setting added.
Now playing page with elapsed time displayed.
Had to make the album cover and lyric box element 20px shorter.
Also includes support for media longer than an hour (plus remaining time on display).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.