[PR #64] [MERGED] merge dev into main #123

Closed
opened 2026-03-03 00:07:53 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: dev-2


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/binimum/tidal-ui/pull/64 **Author:** [@binimum](https://github.com/binimum) **Created:** 11/29/2025 **Status:** ✅ Merged **Merged:** 11/29/2025 **Merged by:** [@binimum](https://github.com/binimum) **Base:** `main` ← **Head:** `dev-2` --- ### 📝 Commits (3) - [`aadede5`](https://github.com/binimum/tidal-ui/commit/aadede5fdd043b376ac260c0678a27fefe9a9653) spotify fixes - [`7b1cc92`](https://github.com/binimum/tidal-ui/commit/7b1cc92a2803ff00e73d1b2cf587aec8e895850e) add python file - [`53f5736`](https://github.com/binimum/tidal-ui/commit/53f57364f2734ea3670dca7198425fee58523719) actually fix things ### 📊 Changes **18 files changed** (+1302 additions, -620 deletions) <details> <summary>View changed files</summary> 📝 `.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) </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-03-03 00:07:53 +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/tidal-ui#123
No description provided.