]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/videos/components/list/sort.ts
Add a loader animation when loading the videos list
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / list / sort.ts
1 export type SortField = "name" | "-name"
2 | "duration" | "-duration"
3 | "createdDate" | "-createdDate";