Polish manual library match tool card
This commit is contained in:
parent
42f4aa5eac
commit
94f6c950cb
2 changed files with 18 additions and 2 deletions
|
|
@ -6577,9 +6577,19 @@
|
||||||
<div class="tool-card-header">
|
<div class="tool-card-header">
|
||||||
<h4 class="tool-card-title">Manual Library Match</h4>
|
<h4 class="tool-card-title">Manual Library Match</h4>
|
||||||
</div>
|
</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">
|
<div class="tool-card-controls">
|
||||||
<button onclick="openManualLibraryMatchTool()">Open</button>
|
<button onclick="openManualLibraryMatchTool()">Open Library Match</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10925,6 +10925,12 @@ body.helper-mode-active #dashboard-activity-feed:hover {
|
||||||
border-radius: 10px;
|
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 {
|
.stat-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue