mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 07:45:52 +03:00
[PR #28] [MERGED] Develop/v2.1.0 beta.1 #83
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#83
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/28
Author: @brandonsaldan
Created: 11/23/2024
Status: ✅ Merged
Merged: 11/23/2024
Merged by: @brandonsaldan
Base:
main← Head:develop/v2.1.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/mainca650b5chore(settings): bring 2.1.0-beta.1 branch to date with mainc50f0aeMerge pull request #17 from usenocturne/main0e95acdfeat(auth): add qr code authentication412f364chore: revert changes158a9e0fix(api): refactor api3e3cc59feat(auth): add WIP qr code authentication5e0e125fix(api): use edge runtime in qr endpoints📊 Changes
32 files changed (+2915 additions, -1308 deletions)
View changed files
📝
bun.lockb(+0 -0)📝
package-lock.json(+1 -1)📝
package.json(+3 -2)📝
src/components/AuthSelection.jsx(+26 -10)➕
src/components/DonationQRModal.jsx(+66 -0)➕
src/components/PhoneAuthPage.jsx(+166 -0)➕
src/components/QRAuthFlow.jsx(+162 -0)➕
src/components/ResetTimerOverlay.jsx(+76 -0)📝
src/components/Settings.jsx(+53 -9)➕
src/constants/errorCodes.js(+40 -0)➕
src/lib/colorUtils.js(+103 -0)📝
src/lib/supabaseClient.js(+6 -13)📝
src/pages/_app.jsx(+1042 -742)📝
src/pages/album/[albumId].jsx(+1 -3)➖
src/pages/api/refresh-token.js(+0 -202)➖
src/pages/api/token.js(+0 -231)📝
src/pages/api/v1/app/lyrics.js(+0 -0)➕
src/pages/api/v1/auth/qr/check.js(+88 -0)➕
src/pages/api/v1/auth/qr/create.js(+77 -0)➕
src/pages/api/v1/auth/refresh-token.js(+199 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.