mirror of
https://github.com/alexk218/tagify.git
synced 2026-04-27 04:15:49 +03:00
[PR #1] [MERGED] lift multi-tag state up to app.tsx (from useTrackState) + improve multi-track tracklist rendering #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tagify#9
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/alexk218/tagify/pull/1
Author: @alexk218
Created: 7/21/2025
Status: ✅ Merged
Merged: 7/21/2025
Merged by: @alexk218
Base:
main← Head:feature/improved-multitrack-tracklist-rendering📝 Commits (1)
2241527lift 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)
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.