mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 07:45:52 +03:00
[PR #105] [CLOSED] fix: typo/missing text in the readme file #120
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#120
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/105
Author: @framerate
Created: 5/6/2025
Status: ❌ Closed
Base:
main← Head:readme-typo-fix📝 Commits (10+)
e409e12fix: fix up most of bluetooth081f847fix: load all songs in playlists instead of 100 limit441413bchore: optimize images for artist/album views9d37808chore: add license and readmef1dfb55remove PlaybackProgressContext7956e3eremove unused usePlaybackProgress importb409502Merge pull request #97 from alvvaro/alvvaro/fix-playbackcontext-rerendering8e1a820feat: ability to boot up to now playing screen9cc63aafeat: add setting to boot into now playingf0330e1feat/fix: check for lyrics from spotify before lrclib📊 Changes
26 files changed (+2336 additions, -1113 deletions)
View changed files
📝
.github/workflows/add-issues-to-triage.yaml(+3 -1)➕
.github/workflows/add-prs-to-triage.yaml(+22 -0)➕
LICENSE(+674 -0)📝
README.md(+152 -7)📝
src/App.jsx(+141 -97)📝
src/components/auth/AuthScreen.jsx(+3 -20)📝
src/components/auth/NetworkScreen.jsx(+14 -21)📝
src/components/auth/PairingScreen.jsx(+3 -20)➕
src/components/common/GradientBackground.jsx(+41 -0)➕
src/components/common/overlays/BrightnessOverlay.jsx(+207 -0)📝
src/components/content/ContentView.jsx(+32 -3)📝
src/components/player/NowPlaying.jsx(+11 -9)📝
src/components/player/ProgressBar.jsx(+7 -15)📝
src/components/settings/Settings.jsx(+16 -1)📝
src/components/tutorial/Tutorial.jsx(+3 -20)📝
src/contexts/SettingsContext.jsx(+1 -0)📝
src/hooks/useAuth.js(+61 -34)📝
src/hooks/useGradientState.js(+20 -503)➕
src/hooks/useGradientTransition.js(+509 -0)📝
src/hooks/useLyrics.js(+50 -5)...and 6 more files
📄 Description
Small fix to fix some missing text.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.