mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[PR #64] [MERGED] merge dev into main #123
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#123
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/binimum/tidal-ui/pull/64
Author: @binimum
Created: 11/29/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @binimum
Base:
main← Head:dev-2📝 Commits (3)
aadede5spotify fixes7b1cc92add python file53f5736actually fix things📊 Changes
18 files changed (+1302 additions, -620 deletions)
View changed files
📝
.gitignore(+3 -0)➕
generate_spotify_totp.py(+225 -0)📝
package.json(+1 -1)📝
src/lib/components/AudioPlayer.svelte(+268 -90)📝
src/lib/components/DynamicBackground.svelte(+17 -10)📝
src/lib/components/DynamicBackgroundWebGL.svelte(+12 -3)📝
src/lib/components/LyricsPopup.svelte(+20 -5)📝
src/lib/components/SearchInterface.svelte(+475 -302)📝
src/lib/config.ts(+0 -7)📝
src/lib/stores/downloadUi.ts(+15 -4)📝
src/lib/stores/lyrics.ts(+4 -4)📝
src/lib/stores/player.ts(+25 -13)📝
src/lib/types.ts(+67 -0)📝
src/lib/utils/songlink.ts(+34 -3)📝
src/routes/+layout.svelte(+21 -13)📝
src/routes/+page.svelte(+5 -5)📝
src/routes/api/songlink/+server.ts(+49 -111)📝
src/routes/api/spotify-playlist/+server.ts(+61 -49)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.