mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 13:11:28 +03:00
Added ability to favorite a file
Moved file filter options above the list of files, and added option to filter for favorites
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<h4 mat-dialog-title>{{file.title}}</h4>
|
||||
<h4 mat-dialog-title>
|
||||
{{file.title}}
|
||||
<button [disabled]="!initialized || retrieving_file" (click)="toggleFavorite()" mat-icon-button class="favorite-button"><mat-icon>{{file.favorite ? 'favorite_filled' : 'favorite_outline'}}</mat-icon></button>
|
||||
</h4>
|
||||
|
||||
<mat-dialog-content>
|
||||
<div style="width: 100%; position: relative;">
|
||||
|
||||
Reference in New Issue
Block a user