[PR #1] [MERGED] lift multi-tag state up to app.tsx (from useTrackState) + improve multi-track tracklist rendering #9

Closed
opened 2026-03-07 13:55:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alexk218/tagify/pull/1
Author: @alexk218
Created: 7/21/2025
Status: Merged
Merged: 7/21/2025
Merged by: @alexk218

Base: mainHead: feature/improved-multitrack-tracklist-rendering


📝 Commits (1)

  • 2241527 lift multi-tag state up to app.tsx (from useTrackState):

📊 Changes

4 files changed (+104 additions, -110 deletions)

View changed files

📝 src/app.tsx (+39 -43)
📝 src/components/README.md (+1 -1)
📝 src/hooks/useSpicetifyHistory.ts (+51 -45)
📝 src/hooks/useTrackState.ts (+13 -21)

📄 Description

lift multi-tag state up to app.tsx (from useTrackState)

  • multiTagTracks
  • isMultiTagging
  • lockedMultiTrackUri
    improve multi-track tracklist rendering -> sets MultiTagTracks after each file is processed.
    See details for each file in the list as they process one-by-one - rather than bulk UI update after ALL tracks are done processing.

🔄 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/alexk218/tagify/pull/1 **Author:** [@alexk218](https://github.com/alexk218) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@alexk218](https://github.com/alexk218) **Base:** `main` ← **Head:** `feature/improved-multitrack-tracklist-rendering` --- ### 📝 Commits (1) - [`2241527`](https://github.com/alexk218/tagify/commit/2241527e274fdf70bae6b862fe5d599f61afcb8b) lift multi-tag state up to app.tsx (from useTrackState): ### 📊 Changes **4 files changed** (+104 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `src/app.tsx` (+39 -43) 📝 `src/components/README.md` (+1 -1) 📝 `src/hooks/useSpicetifyHistory.ts` (+51 -45) 📝 `src/hooks/useTrackState.ts` (+13 -21) </details> ### 📄 Description lift multi-tag state up to app.tsx (from useTrackState) - multiTagTracks - isMultiTagging - lockedMultiTrackUri improve multi-track tracklist rendering -> sets MultiTagTracks after each file is processed. See details for each file in the list as they process one-by-one - rather than bulk UI update after ALL tracks are done processing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 13:55:40 +03:00
Sign in to join this conversation.
No labels
pull-request
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/tagify#9
No description provided.