Updated translation details to improve clarity

Added upload date property to files in UI

Subscription videos can now be filtered by some of their properties (size, upload date, name, duration)

Subscription videos are now centered
This commit is contained in:
Isaac Grynsztein
2020-03-17 21:38:49 -04:00
parent 9dc607e7ee
commit b2730926c8
8 changed files with 128 additions and 41 deletions

View File

@@ -61,7 +61,8 @@ export class SubscriptionFileCardComponent implements OnInit {
const dialogRef = this.dialog.open(VideoInfoDialogComponent, {
data: {
file: this.file,
}
},
minWidth: '50vw'
});
}