mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:15:56 +00:00
1. feedtree: show counters for marked articles if view-mode == marked
2. hide/show relevant counter nodes using css 3. cleanup some counter-related code 4. compile default css into light theme to prevent cache-related issues
This commit is contained in:
@@ -1393,7 +1393,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
$obj['items'] = array();
|
||||
$obj['name'] = Feeds::getCategoryTitle($cat_id);
|
||||
$obj['type'] = 'category';
|
||||
$obj['unread'] = (int) Feeds::getCategoryUnread($cat_id);
|
||||
$obj['unread'] = -1; //(int) Feeds::getCategoryUnread($cat_id);
|
||||
$obj['bare_id'] = $cat_id;
|
||||
|
||||
return $obj;
|
||||
|
||||
Reference in New Issue
Block a user