mirror of
https://github.com/alexk218/tagify.git
synced 2026-04-27 04:15:49 +03:00
[PR #2] [MERGED] Extension improvements: tagify column centered + multi context menu items depending on action - Info modal improved #8
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#8
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/2
Author: @alexk218
Created: 7/21/2025
Status: ✅ Merged
Merged: 7/21/2025
Merged by: @alexk218
Base:
main← Head:feature/improved-info-modal📝 Commits (9)
03ad467info modal overhaul - covered all main features - improved styling35ca574Merge branch 'main' of https://github.com/alexk218/tagify into feature/improved-info-modal663c034tags in MultiTrackDetails sorted alphabeticallyd0c003ecommon tags in multitrackdetails tracklist highlighted blueac3c11ftracklist column style fix - shows 3 dots for untagged tracks - handles dynamic columns better (due to other extensions)44ff9dctracklist column CENTERED colisseeeeeeee8e889e3more readme3433b3btagify column header fixed some more - removing flex-direction "column"8ba908edifferent context menu items depending on single-track vs multi-track tagging (Tag with Tagify - Bulk Tag)📊 Changes
7 files changed (+510 additions, -309 deletions)
View changed files
📝
README.md(+9 -1)📝
src/components/InfoModal.module.css(+173 -19)📝
src/components/InfoModal.tsx(+128 -220)📝
src/components/MultiTrackDetails.module.css(+9 -0)📝
src/components/MultiTrackDetails.tsx(+52 -12)📝
src/components/TrackList.module.css(+1 -0)📝
src/extensions/extension.js(+138 -57)📄 Description
Extension improvements:
Info modal improved.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.