[PR #31] [MERGED] Develop/v2.1.0 beta.2 #84

Closed
opened 2026-02-28 15:42:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/31
Author: @brandonsaldan
Created: 11/24/2024
Status: Merged
Merged: 11/24/2024
Merged by: @brandonsaldan

Base: mainHead: develop/v2.1.0-beta.2


📝 Commits (10+)

  • c47a9f8 chore: revert to e972b1e
  • 0299058 feat(app): add hard reset button combo
  • 9ad74b0 fix(playlists): update loading state
  • e2baa48 fix(auth): update access token
  • 02504e0 feat(auth): remove rows from supabase on signout
  • 5c2ef0c feat(settings): add donation button
  • bf03d84 fix(cf): fix cloudflare deployment
  • 01600e1 chore: bump version
  • d63a006 fix(lib): update supabase client
  • 1e77eb4 fix(auth): use proper refresh token const

📊 Changes

13 files changed (+395 additions, -793 deletions)

View changed files

📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/components/AuthSelection.jsx (+13 -207)
📝 src/components/DonationQRModal.jsx (+0 -5)
src/components/ResetTimerOverlay.jsx (+0 -76)
src/constants/errorCodes.js (+0 -40)
src/lib/colorUtils.js (+0 -103)
📝 src/pages/_app.jsx (+318 -262)
📝 src/pages/api/v1/auth/token.js (+9 -22)
📝 src/pages/api/v1/auth/validate-credentials.js (+3 -71)
📝 src/pages/collection/tracks.jsx (+46 -2)
📝 src/pages/index.jsx (+2 -1)
📝 src/pages/playlist/[playlistId].jsx (+1 -1)

📄 Description

No description provided


🔄 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/31 **Author:** [@brandonsaldan](https://github.com/brandonsaldan) **Created:** 11/24/2024 **Status:** ✅ Merged **Merged:** 11/24/2024 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `main` ← **Head:** `develop/v2.1.0-beta.2` --- ### 📝 Commits (10+) - [`c47a9f8`](https://github.com/usenocturne/nocturne-ui/commit/c47a9f8df623b8a46a706598311e1537541f24b9) chore: revert to e972b1e - [`0299058`](https://github.com/usenocturne/nocturne-ui/commit/02990581cccca98e298fbaf42bc36674597729ba) feat(app): add hard reset button combo - [`9ad74b0`](https://github.com/usenocturne/nocturne-ui/commit/9ad74b049f5b53d315cea3dfc1f1dd761020e928) fix(playlists): update loading state - [`e2baa48`](https://github.com/usenocturne/nocturne-ui/commit/e2baa484c16311091f42805099402d6ddd1633b6) fix(auth): update access token - [`02504e0`](https://github.com/usenocturne/nocturne-ui/commit/02504e03e53c03811146402cb2f7c2cf077fb9ab) feat(auth): remove rows from supabase on signout - [`5c2ef0c`](https://github.com/usenocturne/nocturne-ui/commit/5c2ef0cf454f9e2b688208fc1a65613c9f706f59) feat(settings): add donation button - [`bf03d84`](https://github.com/usenocturne/nocturne-ui/commit/bf03d849cf507bb5266e855e9ace4193c8472c68) fix(cf): fix cloudflare deployment - [`01600e1`](https://github.com/usenocturne/nocturne-ui/commit/01600e1de4a2d13bf47ca6d0143399cfd6e04fc9) chore: bump version - [`d63a006`](https://github.com/usenocturne/nocturne-ui/commit/d63a006fa044631a4cfbd1d0f46b0ca615835bec) fix(lib): update supabase client - [`1e77eb4`](https://github.com/usenocturne/nocturne-ui/commit/1e77eb40d90db5a946d9dc7b6868aed22013dc54) fix(auth): use proper refresh token const ### 📊 Changes **13 files changed** (+395 additions, -793 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/components/AuthSelection.jsx` (+13 -207) 📝 `src/components/DonationQRModal.jsx` (+0 -5) ➖ `src/components/ResetTimerOverlay.jsx` (+0 -76) ➖ `src/constants/errorCodes.js` (+0 -40) ➖ `src/lib/colorUtils.js` (+0 -103) 📝 `src/pages/_app.jsx` (+318 -262) 📝 `src/pages/api/v1/auth/token.js` (+9 -22) 📝 `src/pages/api/v1/auth/validate-credentials.js` (+3 -71) 📝 `src/pages/collection/tracks.jsx` (+46 -2) 📝 `src/pages/index.jsx` (+2 -1) 📝 `src/pages/playlist/[playlistId].jsx` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:07 +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#84
No description provided.