mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Show number of songs selected
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
<div class="ui bottom borderless menu">
|
<div class="ui bottom borderless menu">
|
||||||
<div *ngIf="resultCount > 0" class="item">{{resultCount}}{{allResultsVisible ? '' : '+'}} Result{{resultCount == 1 ? '' : 's'}}</div>
|
<div *ngIf="resultCount > 0" class="item">{{resultCount}}{{allResultsVisible ? '' : '+'}} Result{{resultCount == 1 ? '' : 's'}}</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<button *ngIf="selectedResults.length > 0" (click)="downloadSelected()" class="ui positive button">Download Selected</button>
|
<button *ngIf="selectedResults.length > 1" (click)="downloadSelected()" class="ui positive button">
|
||||||
|
Download {{selectedResults.length}} Results
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<a *ngIf="downloading" class="item right" (click)="showDownloads()">
|
<a *ngIf="downloading" class="item right" (click)="showDownloads()">
|
||||||
<div #progressBar appProgressBar [percent]="percent" class="ui progress">
|
<div #progressBar appProgressBar [percent]="percent" class="ui progress">
|
||||||
|
|||||||
Reference in New Issue
Block a user