[PR #112] [MERGED] Feature: add lock screen option #123

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/112
Author: @dkubatko
Created: 6/13/2025
Status: Merged
Merged: 7/3/2025
Merged by: @68p

Base: mainHead: lock-screen


📝 Commits (6)

📊 Changes

5 files changed (+184 additions, -122 deletions)

View changed files

📝 src/App.jsx (+22 -0)
src/components/common/LockView.jsx (+25 -0)
📝 src/components/common/navigation/Sidebar.jsx (+1 -1)
📝 src/components/common/navigation/StatusBar.jsx (+2 -121)
src/hooks/useCurrentTime.js (+134 -0)

📄 Description

Adds "lock" in the sidebar that can be exited with an escape (back) button. Support background gradient change when song changes.

Creates a time hook to be shared between components.

Sidebar:
lock-home
Lock:
lock


🔄 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/112 **Author:** [@dkubatko](https://github.com/dkubatko) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@68p](https://github.com/68p) **Base:** `main` ← **Head:** `lock-screen` --- ### 📝 Commits (6) - [`ccbb4df`](https://github.com/usenocturne/nocturne-ui/commit/ccbb4dfdc68e2440aab7e20f219bc0419bd6816c) Add a lock screen - [`c100ada`](https://github.com/usenocturne/nocturne-ui/commit/c100ada96de1ac0e62e8b46cd0ae84a375fa4fb0) Merge branch 'main' into lock-screen - [`a98bb38`](https://github.com/usenocturne/nocturne-ui/commit/a98bb38d20b364d8099060e2003afa1db8a4cbfe) chore: cleanup - [`ef42abc`](https://github.com/usenocturne/nocturne-ui/commit/ef42abcc21aa0a053d74f30052f1650baf03304e) Merge branch 'lock-screen' of https://github.com/dkubatko/nocturne-ui into pr/112 - [`510413a`](https://github.com/usenocturne/nocturne-ui/commit/510413a2240361bc850b19b4d48b828db2214ca5) chore: fetch timezone and time from nocturned - [`f694bd6`](https://github.com/usenocturne/nocturne-ui/commit/f694bd6a74dd779b7b6e8413d4c735027d45f9d9) chore: move lock button to recessed settings button ### 📊 Changes **5 files changed** (+184 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `src/App.jsx` (+22 -0) ➕ `src/components/common/LockView.jsx` (+25 -0) 📝 `src/components/common/navigation/Sidebar.jsx` (+1 -1) 📝 `src/components/common/navigation/StatusBar.jsx` (+2 -121) ➕ `src/hooks/useCurrentTime.js` (+134 -0) </details> ### 📄 Description Adds "lock" in the sidebar that can be exited with an escape (back) button. Support background gradient change when song changes. Creates a time hook to be shared between components. Sidebar: ![lock-home](https://github.com/user-attachments/assets/bc0deb1b-439d-4ef0-9ff7-c0eb8fa98864) Lock: ![lock](https://github.com/user-attachments/assets/a4792ad7-1f44-45a6-aa0f-ac5632e23867) --- <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#123
No description provided.