[PR #121] [CLOSED] feat(ui): add option for clock in now playing screen, AM/PM opt. Issue #109 #124

Closed
opened 2026-02-28 15:42:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/121
Author: @apeschock
Created: 10/20/2025
Status: Closed

Base: mainHead: feature/clock-improvements


📝 Commits (1)

  • b8db554 feat(ui): add option for clock in now playing screen, option for clock to show AM/PM. From issue #109

📊 Changes

5 files changed (+77 additions, -9 deletions)

View changed files

📝 src/components/player/NowPlaying.jsx (+15 -4)
📝 src/components/settings/Settings.jsx (+22 -0)
📝 src/contexts/SettingsContext.jsx (+8 -1)
📝 src/hooks/useCurrentTime.js (+14 -4)
src/hooks/usePlayerClock.js (+18 -0)

📄 Description

Add the features discussed in issue #109.
Option for Clock on the now playing screen,
Option for AM/PM on all clocks.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/usenocturne/nocturne-ui/pull/121 **Author:** [@apeschock](https://github.com/apeschock) **Created:** 10/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/clock-improvements` --- ### 📝 Commits (1) - [`b8db554`](https://github.com/usenocturne/nocturne-ui/commit/b8db554b05ff896e9e0da2fabfd4d9f1b952a7d1) feat(ui): add option for clock in now playing screen, option for clock to show AM/PM. From issue #109 ### 📊 Changes **5 files changed** (+77 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/components/player/NowPlaying.jsx` (+15 -4) 📝 `src/components/settings/Settings.jsx` (+22 -0) 📝 `src/contexts/SettingsContext.jsx` (+8 -1) 📝 `src/hooks/useCurrentTime.js` (+14 -4) ➕ `src/hooks/usePlayerClock.js` (+18 -0) </details> ### 📄 Description Add the features discussed in issue #109. Option for Clock on the now playing screen, Option for AM/PM on all clocks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 15:42:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nocturne-ui#124
No description provided.