mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 07:45:52 +03:00
[PR #112] [MERGED] Feature: add lock screen option #123
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#123
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/112
Author: @dkubatko
Created: 6/13/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @68p
Base:
main← Head:lock-screen📝 Commits (6)
ccbb4dfAdd a lock screenc100adaMerge branch 'main' into lock-screena98bb38chore: cleanupef42abcMerge branch 'lock-screen' of https://github.com/dkubatko/nocturne-ui into pr/112510413achore: fetch timezone and time from nocturnedf694bd6chore: move lock button to recessed settings button📊 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.