[PR #53] [MERGED] Merge dev into main #119

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

📋 Pull Request Information

Original PR: https://github.com/binimum/tidal-ui/pull/53
Author: @binimum
Created: 11/9/2025
Status: Merged
Merged: 11/9/2025
Merged by: @binimum

Base: mainHead: dev


📝 Commits (4)

  • 3842cab first commit in 20 years
  • 749e611 Merge branch 'main' into dev
  • c254479 fix security vulnerabilities in dependencies
  • d2ba505 lots of changes!!!

📊 Changes

26 files changed (+2603 additions, -459 deletions)

View changed files

📝 README.md (+1 -8)
📝 package-lock.json (+187 -12)
📝 package.json (+1 -1)
📝 src/app.html (+6 -0)
📝 src/lib/components/AudioPlayer.svelte (+166 -27)
📝 src/lib/components/DynamicBackground.svelte (+589 -194)
📝 src/lib/components/LyricsPopup.svelte (+6 -12)
📝 src/lib/components/SearchInterface.svelte (+446 -36)
📝 src/lib/stores/performance.ts (+4 -33)
📝 src/lib/stores/userPreferences.ts (+5 -8)
📝 src/lib/utils/colorPalette.ts (+191 -0)
src/lib/utils/songlink.ts (+211 -0)
📝 src/routes/+layout.svelte (+111 -106)
📝 src/routes/+page.svelte (+1 -1)
src/routes/api/songlink/+server.ts (+282 -0)
src/routes/api/spotify-playlist/+server.ts (+365 -0)
static/icons/apple-touch-icon.png (+0 -0)
static/icons/favicon-96x96.png (+0 -0)
static/icons/favicon.ico (+0 -0)
static/icons/favicon.svg (+7 -0)

...and 6 more files

📄 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/53 **Author:** [@binimum](https://github.com/binimum) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@binimum](https://github.com/binimum) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (4) - [`3842cab`](https://github.com/binimum/tidal-ui/commit/3842cab3284effd420abc250e0bec0078be7bf35) first commit in 20 years - [`749e611`](https://github.com/binimum/tidal-ui/commit/749e6117a20217a52624198f330a79ac78cdc956) Merge branch 'main' into dev - [`c254479`](https://github.com/binimum/tidal-ui/commit/c25447985d19a54f6cda84ac82865eca1aed7ad3) fix security vulnerabilities in dependencies - [`d2ba505`](https://github.com/binimum/tidal-ui/commit/d2ba50565d94eea76977ae544d0298f38bbda680) lots of changes!!! ### 📊 Changes **26 files changed** (+2603 additions, -459 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -8) 📝 `package-lock.json` (+187 -12) 📝 `package.json` (+1 -1) 📝 `src/app.html` (+6 -0) 📝 `src/lib/components/AudioPlayer.svelte` (+166 -27) 📝 `src/lib/components/DynamicBackground.svelte` (+589 -194) 📝 `src/lib/components/LyricsPopup.svelte` (+6 -12) 📝 `src/lib/components/SearchInterface.svelte` (+446 -36) 📝 `src/lib/stores/performance.ts` (+4 -33) 📝 `src/lib/stores/userPreferences.ts` (+5 -8) 📝 `src/lib/utils/colorPalette.ts` (+191 -0) ➕ `src/lib/utils/songlink.ts` (+211 -0) 📝 `src/routes/+layout.svelte` (+111 -106) 📝 `src/routes/+page.svelte` (+1 -1) ➕ `src/routes/api/songlink/+server.ts` (+282 -0) ➕ `src/routes/api/spotify-playlist/+server.ts` (+365 -0) ➕ `static/icons/apple-touch-icon.png` (+0 -0) ➕ `static/icons/favicon-96x96.png` (+0 -0) ➕ `static/icons/favicon.ico` (+0 -0) ➕ `static/icons/favicon.svg` (+7 -0) _...and 6 more files_ </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:51 +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#119
No description provided.