Merge pull request #576 from Nezreka/fix/downloads-page-duplicate-history-button
Drop duplicate Download History button from Downloads batch panel header
This commit is contained in:
commit
aa4e52c524
2 changed files with 3 additions and 12 deletions
|
|
@ -2180,12 +2180,9 @@
|
||||||
<div class="adl-batch-panel" id="adl-batch-panel">
|
<div class="adl-batch-panel" id="adl-batch-panel">
|
||||||
<div class="adl-batch-panel-header">
|
<div class="adl-batch-panel-header">
|
||||||
<h3 class="adl-batch-panel-title">Batches</h3>
|
<h3 class="adl-batch-panel-title">Batches</h3>
|
||||||
<div class="adl-batch-panel-header-actions">
|
<button class="adl-batch-panel-collapse" id="adl-batch-collapse" onclick="adlToggleBatchPanel()" title="Toggle batch panel">
|
||||||
<button class="library-history-btn" onclick="openLibraryHistoryModal()" title="View full download + import history">Download History</button>
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg>
|
||||||
<button class="adl-batch-panel-collapse" id="adl-batch-collapse" onclick="adlToggleBatchPanel()" title="Toggle batch panel">
|
</button>
|
||||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="adl-batch-active" id="adl-batch-active">
|
<div class="adl-batch-active" id="adl-batch-active">
|
||||||
<!-- Active batch cards rendered by JS -->
|
<!-- Active batch cards rendered by JS -->
|
||||||
|
|
|
||||||
|
|
@ -57129,12 +57129,6 @@ body.reduce-effects *::after {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adl-batch-panel-header-actions {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Collapse toggle */
|
/* Collapse toggle */
|
||||||
.adl-batch-panel-collapse {
|
.adl-batch-panel-collapse {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue