]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/shared/sort-field.type.ts
Client: try to be responsive
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / sort-field.type.ts
index 7bda3112a182aa9e4fb22350a65f7f1ab4f6f909..6cc598d8b677cf58bf2a6f3383415b5c50bd68a8 100644 (file)
@@ -1,3 +1,6 @@
 export type SortField = 'name' | '-name'
                       | 'duration' | '-duration'
-                      | 'createdAt' | '-createdAt';
+                      | 'createdAt' | '-createdAt'
+                      | 'views' | '-views'
+                      | 'likes' | '-likes';
+