[PR #117] [CLOSED] v3.5: UI polish, audio playback fixes, and cross-browser consistency #130

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

📋 Pull Request Information

Original PR: https://github.com/binimum/tidal-ui/pull/117
Author: @kobayashi90
Created: 2/11/2026
Status: Closed

Base: mainHead: v3.5-ui-polish-audio-fixes


📝 Commits (1)

  • 2eeeef8 v3.5: UI polish, audio playback fixes, and cross-browser consistency

📊 Changes

22 files changed (+269 additions, -3083 deletions)

View changed files

📝 src/app.css (+30 -58)
📝 src/lib/api.ts (+4 -2)
📝 src/lib/components/AudioPlayer.svelte (+134 -9)
src/lib/components/DynamicBackground.svelte (+0 -904)
src/lib/components/DynamicBackgroundWebGL.svelte (+0 -573)
📝 src/lib/components/SearchInterface.svelte (+5 -0)
📝 src/lib/components/ShareButton.svelte (+12 -7)
📝 src/lib/components/TopTracksGrid.svelte (+6 -2)
📝 src/lib/components/TrackList.svelte (+21 -29)
📝 src/lib/stores/performance.ts (+3 -24)
📝 src/lib/stores/player.ts (+3 -3)
📝 src/lib/stores/userPreferences.ts (+3 -61)
src/lib/utils/colorPalette.ts (+0 -411)
📝 src/lib/utils/performance.ts (+3 -628)
src/lib/utils/webglShaders.ts (+0 -271)
📝 src/lib/version.ts (+1 -1)
📝 src/routes/+layout.svelte (+37 -76)
📝 src/routes/+page.svelte (+4 -1)
📝 src/routes/album/[id]/+page.svelte (+1 -21)
src/routes/api/artwork/[type]/[id]/[size]/+server.ts (+0 -0)

...and 2 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/117 **Author:** [@kobayashi90](https://github.com/kobayashi90) **Created:** 2/11/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `v3.5-ui-polish-audio-fixes` --- ### 📝 Commits (1) - [`2eeeef8`](https://github.com/binimum/tidal-ui/commit/2eeeef87982652100db4018d3ba7be5890675bda) v3.5: UI polish, audio playback fixes, and cross-browser consistency ### 📊 Changes **22 files changed** (+269 additions, -3083 deletions) <details> <summary>View changed files</summary> 📝 `src/app.css` (+30 -58) 📝 `src/lib/api.ts` (+4 -2) 📝 `src/lib/components/AudioPlayer.svelte` (+134 -9) ➖ `src/lib/components/DynamicBackground.svelte` (+0 -904) ➖ `src/lib/components/DynamicBackgroundWebGL.svelte` (+0 -573) 📝 `src/lib/components/SearchInterface.svelte` (+5 -0) 📝 `src/lib/components/ShareButton.svelte` (+12 -7) 📝 `src/lib/components/TopTracksGrid.svelte` (+6 -2) 📝 `src/lib/components/TrackList.svelte` (+21 -29) 📝 `src/lib/stores/performance.ts` (+3 -24) 📝 `src/lib/stores/player.ts` (+3 -3) 📝 `src/lib/stores/userPreferences.ts` (+3 -61) ➖ `src/lib/utils/colorPalette.ts` (+0 -411) 📝 `src/lib/utils/performance.ts` (+3 -628) ➖ `src/lib/utils/webglShaders.ts` (+0 -271) 📝 `src/lib/version.ts` (+1 -1) 📝 `src/routes/+layout.svelte` (+37 -76) 📝 `src/routes/+page.svelte` (+4 -1) 📝 `src/routes/album/[id]/+page.svelte` (+1 -21) ➖ `src/routes/api/artwork/[type]/[id]/[size]/+server.ts` (+0 -0) _...and 2 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:54 +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#130
No description provided.