mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 07:45:52 +03:00
[PR #62] [MERGED] Develop/v2.1.2 beta.1 #101
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#101
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/62
Author: @brandonsaldan
Created: 12/17/2024
Status: ✅ Merged
Merged: 12/17/2024
Merged by: @brandonsaldan
Base:
develop/v3.0.0-beta.1← Head:develop/v2.1.2-beta.1📝 Commits (10+)
5c8a21efix(auth): remove cleanupae935f7Multiply devices support63deb33Multiply devices support:03a5dacMultiply devices support:1643b08README was missed information about new DB schema changes2487051Merge pull request #61 from vakst/db-scheme-description-fix7fd6ef2Merge pull request #60 from vakst/multiple-devicesee73f18fix: update wrangler file555aa82fix: use optional chaining in service files and bump versiona66801cfeat: 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.