mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Report UI improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="border-t border-t-neutral p-2 flex gap-2 items-center max-w-full">
|
||||
<div *ngIf="searchService.songsResponse" class="text-nowrap">
|
||||
{{ searchService.songsResponse.found }} Result{{ searchService.songsResponse.found === 1 ? '' : 's' }}
|
||||
{{ searchService.songsResponse.found | number: '1.0-0' }} Result{{ searchService.songsResponse.found === 1 ? '' : 's' }}
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<button *ngIf="selectedGroupIds.length > 1" (click)="downloadSelected()" class="btn btn-sm btn-primary text-nowrap">
|
||||
|
||||
Reference in New Issue
Block a user