summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.feed.php
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2020-11-09 11:41:34 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-09 16:58:44 +0100
commit112cc727ea3f026f5ec7c19120fe6eb87d90f732 (patch)
tree2bf588cccc465a23aeeca65274af87bfada467bf /templates/part.navigation.feed.php
parent47ab9f38c4e2fc732741a0303811ef9ea14bd163 (diff)
add locale-aware sorting for folders and feeds
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'templates/part.navigation.feed.php')
-rw-r--r--templates/part.navigation.feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index 3c694d3d9..7070ba2ce 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -7,7 +7,7 @@
'icon-loading-small': !(feed.id || feed.error)
}"
ng-repeat="feed in Navigation.getFeedsOfFolder(<?php p($_['folderId']); ?>)
- | orderBy:['-pinned', 'title.toLowerCase()'] track by feed.url"
+ | orderBy:['-pinned', 'title.toLowerCase()']:false:localeComparator track by feed.url"
ng-show="Navigation.isFeedUnread(feed.id)
|| Navigation.isShowAll()
|| Navigation.isFeedActive(feed.id)