[PR #62] [MERGED] Develop/v2.1.2 beta.1 #101

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

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/62
Author: @brandonsaldan
Created: 12/17/2024
Status: Merged
Merged: 12/17/2024
Merged by: @brandonsaldan

Base: develop/v3.0.0-beta.1Head: develop/v2.1.2-beta.1


📝 Commits (10+)

  • 5c8a21e fix(auth): remove cleanup
  • ae935f7 Multiply devices support
  • 63deb33 Multiply devices support:
  • 03a5dac Multiply devices support:
  • 1643b08 README was missed information about new DB schema changes
  • 2487051 Merge pull request #61 from vakst/db-scheme-description-fix
  • 7fd6ef2 Merge pull request #60 from vakst/multiple-devices
  • ee73f18 fix: update wrangler file
  • 555aa82 fix: use optional chaining in service files and bump version
  • a66801c feat: add support for CJK and cyrillic characters

📊 Changes

16 files changed (+213 additions, -382 deletions)

View changed files

📝 README.md (+6 -1)
📝 src/pages/_app.jsx (+18 -33)
📝 src/pages/album/[albumId].jsx (+8 -45)
📝 src/pages/api/v1/auth/refresh-token.js (+18 -28)
📝 src/pages/api/v1/auth/token.js (+22 -36)
📝 src/pages/artist/[artistId].jsx (+8 -45)
📝 src/pages/collection/tracks.jsx (+8 -45)
📝 src/pages/mix/[mixId].jsx (+7 -43)
📝 src/pages/now-playing.jsx (+4 -13)
📝 src/pages/playlist/[playlistId].jsx (+7 -45)
📝 src/services/artistService.js (+26 -24)
src/services/deviceService.js (+42 -0)
📝 src/services/index.js (+2 -1)
📝 src/services/playlistService.js (+21 -13)
📝 src/services/userPlaylistService.js (+15 -9)
📝 wrangler.toml (+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/62 **Author:** [@brandonsaldan](https://github.com/brandonsaldan) **Created:** 12/17/2024 **Status:** ✅ Merged **Merged:** 12/17/2024 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `develop/v3.0.0-beta.1` ← **Head:** `develop/v2.1.2-beta.1` --- ### 📝 Commits (10+) - [`5c8a21e`](https://github.com/usenocturne/nocturne-ui/commit/5c8a21e288566b6bec11eec3d0cf3843aa9d13bc) fix(auth): remove cleanup - [`ae935f7`](https://github.com/usenocturne/nocturne-ui/commit/ae935f7dfa29789e83d770ce7f4c49b4c211d91f) Multiply devices support - [`63deb33`](https://github.com/usenocturne/nocturne-ui/commit/63deb333f055bef8f0fbb72724f05293136a5f62) Multiply devices support: - [`03a5dac`](https://github.com/usenocturne/nocturne-ui/commit/03a5dac9f218a1f2961c4a43abee59cb7541814c) Multiply devices support: - [`1643b08`](https://github.com/usenocturne/nocturne-ui/commit/1643b089ca3ba6c832f156a9c4048622023db731) README was missed information about new DB schema changes - [`2487051`](https://github.com/usenocturne/nocturne-ui/commit/24870511a0a34f3c2dfd551d3f603fd3b75fca72) Merge pull request #61 from vakst/db-scheme-description-fix - [`7fd6ef2`](https://github.com/usenocturne/nocturne-ui/commit/7fd6ef2095a4a7a39e46f2f5dae0088149aa867f) Merge pull request #60 from vakst/multiple-devices - [`ee73f18`](https://github.com/usenocturne/nocturne-ui/commit/ee73f1862e5a6c5bda51e5829e39db3d019f2474) fix: update wrangler file - [`555aa82`](https://github.com/usenocturne/nocturne-ui/commit/555aa8264956a9867166949a17f12a7fc3fe04cd) fix: use optional chaining in service files and bump version - [`a66801c`](https://github.com/usenocturne/nocturne-ui/commit/a66801c009aaf646e4a26ac88f2117e41c2e2ada) feat: add support for CJK and cyrillic characters ### 📊 Changes **16 files changed** (+213 additions, -382 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -1) 📝 `src/pages/_app.jsx` (+18 -33) 📝 `src/pages/album/[albumId].jsx` (+8 -45) 📝 `src/pages/api/v1/auth/refresh-token.js` (+18 -28) 📝 `src/pages/api/v1/auth/token.js` (+22 -36) 📝 `src/pages/artist/[artistId].jsx` (+8 -45) 📝 `src/pages/collection/tracks.jsx` (+8 -45) 📝 `src/pages/mix/[mixId].jsx` (+7 -43) 📝 `src/pages/now-playing.jsx` (+4 -13) 📝 `src/pages/playlist/[playlistId].jsx` (+7 -45) 📝 `src/services/artistService.js` (+26 -24) ➕ `src/services/deviceService.js` (+42 -0) 📝 `src/services/index.js` (+2 -1) 📝 `src/services/playlistService.js` (+21 -13) 📝 `src/services/userPlaylistService.js` (+15 -9) 📝 `wrangler.toml` (+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:10 +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#101
No description provided.