[PR #2198] Highlight updated metadata during matching #3671

Open
opened 2026-04-25 00:16:35 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2198
Author: @MxMarx
Created: 10/9/2023
Status: 🔄 Open

Base: masterHead: highlight-changes-when-matching


📝 Commits (1)

  • de58dcb highlight changes when matching

📊 Changes

5 files changed (+64 additions, -140 deletions)

View changed files

📝 client/components/app/BookShelfToolbar.vue (+3 -3)
📝 client/components/modals/item/tabs/Match.vue (+57 -133)
📝 client/components/modals/podcast/RemoveEpisode.vue (+1 -1)
📝 client/components/ui/Checkbox.vue (+2 -2)
📝 client/pages/batch/index.vue (+1 -1)

📄 Description

This pull request makes it so that in the match tab, the values returned by the metadata provider are highlighted if they are different from the previous values. I wasn't sure what the best way to highlight things is, so I just went with green.

image

Also removed some dynamic class names to keep tailwind from missing things.

If #2176 goes through, ui-textarea-with-label can be replaced with ui-rich-text-editor.


🔄 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/advplyr/audiobookshelf/pull/2198 **Author:** [@MxMarx](https://github.com/MxMarx) **Created:** 10/9/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `highlight-changes-when-matching` --- ### 📝 Commits (1) - [`de58dcb`](https://github.com/advplyr/audiobookshelf/commit/de58dcbb0e3bac432774c66a0531486bff9ec4b9) highlight changes when matching ### 📊 Changes **5 files changed** (+64 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/BookShelfToolbar.vue` (+3 -3) 📝 `client/components/modals/item/tabs/Match.vue` (+57 -133) 📝 `client/components/modals/podcast/RemoveEpisode.vue` (+1 -1) 📝 `client/components/ui/Checkbox.vue` (+2 -2) 📝 `client/pages/batch/index.vue` (+1 -1) </details> ### 📄 Description This pull request makes it so that in the match tab, the values returned by the metadata provider are highlighted if they are different from the previous values. I wasn't sure what the best way to highlight things is, so I just went with green. ![image](https://github.com/advplyr/audiobookshelf/assets/44880075/c19e7dd3-a5be-4291-9445-d4dc7aeb1f01) Also removed some [dynamic class names]( https://tailwindcss.com/docs/content-configuration#dynamic-class-names) to keep tailwind from missing things. If #2176 goes through, `ui-textarea-with-label` can be replaced with `ui-rich-text-editor`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:16:35 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3671