[PR #9] [MERGED] fix: bring 2.1.0 up to date #76

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

📋 Pull Request Information

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

Base: develop/v2.1.0-beta.1Head: main


📝 Commits (10+)

  • f75eaaa chore(readme): change urls to new ones
  • 2af0d46 chore(readme): update urls
  • 28f9207 Update README.md
  • 3953bd9 chore(readme): fix capitalization
  • c11c0e7 chore(readme): update credits
  • 6549b05 fix: check hydration before now-playing page load
  • 2d5708d Merge pull request #7 from usenocturne/release/v1.0.0-beta.2
  • d50009d chore(validation): add temp logging
  • 540dc16 feat(auth): add toggle to view client secret
  • 7f16218 Merge pull request #8 from usenocturne/release/v.2.0.0-beta.1

📊 Changes

6 files changed (+639 additions, -484 deletions)

View changed files

📝 README.md (+12 -11)
📝 package.json (+1 -1)
📝 src/components/AuthSelection.jsx (+16 -2)
📝 src/pages/_app.jsx (+2 -0)
📝 src/pages/api/validate-credentials.js (+77 -26)
📝 src/pages/now-playing.jsx (+531 -444)

📄 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/9 **Author:** [@brandonsaldan](https://github.com/brandonsaldan) **Created:** 11/16/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `develop/v2.1.0-beta.1` ← **Head:** `main` --- ### 📝 Commits (10+) - [`f75eaaa`](https://github.com/usenocturne/nocturne-ui/commit/f75eaaa3056d29eabd22779510704b41e90d2741) chore(readme): change urls to new ones - [`2af0d46`](https://github.com/usenocturne/nocturne-ui/commit/2af0d46ed5151eed7d24213bbe615f3b03ed2cf1) chore(readme): update urls - [`28f9207`](https://github.com/usenocturne/nocturne-ui/commit/28f9207fbcf4bbf297e3598f47de410e26c09e21) Update README.md - [`3953bd9`](https://github.com/usenocturne/nocturne-ui/commit/3953bd901d9f63367dd5ae01775245a94c5f91fe) chore(readme): fix capitalization - [`c11c0e7`](https://github.com/usenocturne/nocturne-ui/commit/c11c0e79e05cb522830d891513d9654c43da624f) chore(readme): update credits - [`6549b05`](https://github.com/usenocturne/nocturne-ui/commit/6549b05fda7ec930cf8a6a780c107ac599ea6384) fix: check hydration before now-playing page load - [`2d5708d`](https://github.com/usenocturne/nocturne-ui/commit/2d5708d242196cf7b3235b0da505f307c803479f) Merge pull request #7 from usenocturne/release/v1.0.0-beta.2 - [`d50009d`](https://github.com/usenocturne/nocturne-ui/commit/d50009de27c1624624f6f2dc66bab6403687752e) chore(validation): add temp logging - [`540dc16`](https://github.com/usenocturne/nocturne-ui/commit/540dc1644abbedf153e632a9feb6cd1aa7da0b67) feat(auth): add toggle to view client secret - [`7f16218`](https://github.com/usenocturne/nocturne-ui/commit/7f16218d7582d607ca68c5c84f1701ba6bec067e) Merge pull request #8 from usenocturne/release/v.2.0.0-beta.1 ### 📊 Changes **6 files changed** (+639 additions, -484 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -11) 📝 `package.json` (+1 -1) 📝 `src/components/AuthSelection.jsx` (+16 -2) 📝 `src/pages/_app.jsx` (+2 -0) 📝 `src/pages/api/validate-credentials.js` (+77 -26) 📝 `src/pages/now-playing.jsx` (+531 -444) </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:05 +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#76
No description provided.