[PR #2] [MERGED] Extension improvements: tagify column centered + multi context menu items depending on action - Info modal improved #8

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/2
Author: @alexk218
Created: 7/21/2025
Status: Merged
Merged: 7/21/2025
Merged by: @alexk218

Base: mainHead: feature/improved-info-modal


📝 Commits (9)

  • 03ad467 info modal overhaul - covered all main features - improved styling
  • 35ca574 Merge branch 'main' of https://github.com/alexk218/tagify into feature/improved-info-modal
  • 663c034 tags in MultiTrackDetails sorted alphabetically
  • d0c003e common tags in multitrackdetails tracklist highlighted blue
  • ac3c11f tracklist column style fix - shows 3 dots for untagged tracks - handles dynamic columns better (due to other extensions)
  • 44ff9dc tracklist column CENTERED colisseeeeeeee
  • 8e889e3 more readme
  • 3433b3b tagify column header fixed some more - removing flex-direction "column"
  • 8ba908e different 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:

  • tagify column centered
  • multi columns supported (due to external extensions)
  • multi context menu items depending on action (bulk tag vs solo tag)

Info modal improved.


🔄 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/2 **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-info-modal` --- ### 📝 Commits (9) - [`03ad467`](https://github.com/alexk218/tagify/commit/03ad467e46b2d488f7864867be1e23ec47a590d5) info modal overhaul - covered all main features - improved styling - [`35ca574`](https://github.com/alexk218/tagify/commit/35ca5742ee89337d3c8a14956ac7df207cb34361) Merge branch 'main' of https://github.com/alexk218/tagify into feature/improved-info-modal - [`663c034`](https://github.com/alexk218/tagify/commit/663c034fb86e3934d7ef04ab4f96a8641709e3a6) tags in MultiTrackDetails sorted alphabetically - [`d0c003e`](https://github.com/alexk218/tagify/commit/d0c003e18ce44c7285239801bac391125d5be8a3) common tags in multitrackdetails tracklist highlighted blue - [`ac3c11f`](https://github.com/alexk218/tagify/commit/ac3c11f4d051535b4cdae3e6e5847f57f63fb61e) tracklist column style fix - shows 3 dots for untagged tracks - handles dynamic columns better (due to other extensions) - [`44ff9dc`](https://github.com/alexk218/tagify/commit/44ff9dceb827cf977fa00ad19fda343be429eafe) tracklist column CENTERED colisseeeeeeee - [`8e889e3`](https://github.com/alexk218/tagify/commit/8e889e3929cb123003ba9695d5a693e03119b158) more readme - [`3433b3b`](https://github.com/alexk218/tagify/commit/3433b3b91d40f860592c461f6b478691ae1c6f79) tagify column header fixed some more - removing flex-direction "column" - [`8ba908e`](https://github.com/alexk218/tagify/commit/8ba908efdec02e4331d2b81108e8bdd5bfab1645) different context menu items depending on single-track vs multi-track tagging (Tag with Tagify - Bulk Tag) ### 📊 Changes **7 files changed** (+510 additions, -309 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Extension improvements: - tagify column centered - multi columns supported (due to external extensions) - multi context menu items depending on action (bulk tag vs solo tag) Info modal improved. --- <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#8
No description provided.