From bf28e1daf17abe548459ddd82347c3f0c5f0f24a Mon Sep 17 00:00:00 2001 From: Jlll1 Date: Tue, 24 May 2022 11:42:50 +0200 Subject: (#4959) Add 'Originally Published At' sort option in videos pages (#4977) * Add Original Publication Date sort dropdown option in video filters * Make the minimal sort dropdown width 250px to acomodate for 'Originally Published At' option * Improve label Co-authored-by: Chocobozzz --- shared/models/videos/video-sort-field.type.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') diff --git a/shared/models/videos/video-sort-field.type.ts b/shared/models/videos/video-sort-field.type.ts index 5073848b8..7fa07fa73 100644 --- a/shared/models/videos/video-sort-field.type.ts +++ b/shared/models/videos/video-sort-field.type.ts @@ -2,6 +2,7 @@ export type VideoSortField = 'name' | '-name' | 'duration' | '-duration' | 'publishedAt' | '-publishedAt' | + 'originallyPublishedAt' | '-originallyPublishedAt' | 'createdAt' | '-createdAt' | 'views' | '-views' | 'likes' | '-likes' | -- cgit v1.2.3