From 01a3c07a7913891d4830797403b3865d53f0af61 Mon Sep 17 00:00:00 2001 From: Poslovitch Date: Thu, 13 Oct 2022 11:51:09 +0000 Subject: Added filter to sort videos by name (alphabetical order) Implements https://github.com/Chocobozzz/PeerTube/issues/5134 --- .../shared/shared-video-miniature/video-filters-header.component.html | 1 + 1 file changed, 1 insertion(+) (limited to 'client') diff --git a/client/src/app/shared/shared-video-miniature/video-filters-header.component.html b/client/src/app/shared/shared-video-miniature/video-filters-header.component.html index fe7a59bdb..72d6413ca 100644 --- a/client/src/app/shared/shared-video-miniature/video-filters-header.component.html +++ b/client/src/app/shared/shared-video-miniature/video-filters-header.component.html @@ -46,6 +46,7 @@ Sort by "Recently Added" Sort by "Original Publication Date" + Sort by "Name" Sort by "Recent Views" Sort by "Hot" Sort by "Likes" -- cgit v1.2.3