mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 15:55:54 +03:00
[PR #48] [CLOSED] Develop/v3.0.0 beta.1 #90
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#90
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/48
Author: @brandonsaldan
Created: 11/27/2024
Status: ❌ Closed
Base:
standalone← Head:develop/v3.0.0-beta.1📝 Commits (10+)
87e78d4fix(auth): eliminate auth screen flash on app load7dd7841feat(settings): add setting to sign out199be66Merge pull request #9 from usenocturne/main0600732fix(now-playing): pass handleError as propbaa11ffMerge pull request #10 from usenocturne/release/v.2.0.0-beta.11c6b8f6fix(playlists): handle empty playlists3e63f1fMerge pull request #14 from usenocturne/release/v.2.0.0-beta.26f50980chore(version): bump versionf9665b4Merge pull request #15 from usenocturne/release/v.2.0.0-beta.2e0ba609feat(settings): add sign out button to clear credentials📊 Changes
36 files changed (+3531 additions, -1938 deletions)
View changed files
📝
.env.example(+2 -2)➕
.github/workflows/add-issues-to-triage.yaml(+20 -0)➕
Caddyfile(+8 -0)📝
README.md(+119 -82)📝
bun.lockb(+0 -0)📝
package-lock.json(+12 -2)📝
package.json(+3 -2)📝
src/components/AuthSelection.jsx(+20 -198)➕
src/components/DonationQRModal.jsx(+61 -0)➕
src/components/PhoneAuthPage.jsx(+166 -0)➕
src/components/QRAuthFlow.jsx(+162 -0)📝
src/components/Settings.jsx(+76 -1)📝
src/components/Sidebar.jsx(+0 -1)📝
src/lib/supabaseClient.js(+6 -13)📝
src/pages/_app.jsx(+1123 -537)📝
src/pages/album/[albumId].jsx(+18 -7)➖
src/pages/api/refresh-token.js(+0 -153)➖
src/pages/api/token.js(+0 -197)📝
src/pages/api/v1/app/lyrics.js(+0 -0)➕
src/pages/api/v1/auth/qr/check.js(+88 -0)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.