From 9d6ef65f07ee0b381f7e260b51d485592efc285f Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 15 Sep 2024 19:23:12 +0200 Subject: [PATCH] New: Add rating as option in sort dropdown on series overviews and posters views (cherry picked from commit 31bf9e313e6a376f6ef3c46d53e2450088041033) --- frontend/src/Author/Index/Menus/AuthorIndexSortMenu.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/Author/Index/Menus/AuthorIndexSortMenu.js b/frontend/src/Author/Index/Menus/AuthorIndexSortMenu.js index 6432ec1a1..365deac17 100644 --- a/frontend/src/Author/Index/Menus/AuthorIndexSortMenu.js +++ b/frontend/src/Author/Index/Menus/AuthorIndexSortMenu.js @@ -126,6 +126,15 @@ function AuthorIndexSortMenu(props) { > Size on Disk + + + {translate('Rating')} + );