Polish manual library match tool card

This commit is contained in:
Broque Thomas 2026-05-17 20:32:18 -07:00
parent 42f4aa5eac
commit 94f6c950cb
2 changed files with 18 additions and 2 deletions

View file

@ -6577,9 +6577,19 @@
<div class="tool-card-header">
<h4 class="tool-card-title">Manual Library Match</h4>
</div>
<p class="tool-card-info">Link source tracks to existing library tracks to stop re-downloads</p>
<p class="tool-card-info">Map wishlist and playlist source tracks to library tracks you already own</p>
<div class="tool-card-stats manual-library-match-stats">
<div class="stat-item">
<span class="stat-item-label">Source:</span>
<span class="stat-item-value">Wishlist / Sync</span>
</div>
<div class="stat-item">
<span class="stat-item-label">Result:</span>
<span class="stat-item-value">Found</span>
</div>
</div>
<div class="tool-card-controls">
<button onclick="openManualLibraryMatchTool()">Open</button>
<button onclick="openManualLibraryMatchTool()">Open Library Match</button>
</div>
</div>

View file

@ -10925,6 +10925,12 @@ body.helper-mode-active #dashboard-activity-feed:hover {
border-radius: 10px;
}
.manual-library-match-stats .stat-item-value {
background-color: rgba(var(--accent-rgb), 0.12);
color: rgb(var(--accent-rgb));
white-space: nowrap;
}
.stat-item {
display: flex;
justify-content: space-between;