miniflux-legacy/assets/js
Philip Walden 8422e62abc Fulfills enhnacement request fguillot/miniflux #155
Inserts a (unread/total)" items count in front of each subcription
on the feeds page.

models/feed.php adds two functions: get_feed_unread_counts(), get_all_w_counts().
get_feed_unread_counts - returns either an array of (unread/total) counts indexed
by feed id or a singl (unread/total) for a specific id.
get_all_w_counts() returns the same as get_all() but appends items_unread and
items_total columns.

controller/feed.php modifies Router\post_action('refresh-feed',function() to
retrun the (unread/total) count in the retruned ajax json array.
Router\get_action('feeds',function() was modified to call get_all_w_counts().

templates/feeds.php was modified to insert the (unread/total) count into the
span id="loading-feed-" such that is can be updated after a refresh.

assets/js/feed.js was modified to to have the Update and hideRefreshIcon
update the returned (unread/total) amounts in the "loading-feed" span.
2014-02-22 11:00:49 -08:00
..
all.min.js Fulfills enhnacement request fguillot/miniflux #155 2014-02-22 11:00:49 -08:00
app.js Fix Mozilla Persona login 2013-12-22 21:43:29 -05:00
event.js Do not select next item for mouse events only for keyboard shortcuts 2014-02-14 21:37:07 -05:00
feed.js Fulfills enhnacement request fguillot/miniflux #155 2014-02-22 11:00:49 -08:00
item.js Do not select next item for mouse events only for keyboard shortcuts 2014-02-14 21:37:07 -05:00
nav.js Code refactoring (JS and templates) 2013-10-14 22:38:07 -04:00
persona.js Add the possibility to link a Google Account or a Mozilla Account to Miniflux 2013-09-06 22:57:09 -04:00
popup.js Improve help popup (pull-request) 2013-07-21 11:11:41 -04:00