[enh] infinite scroll

resolves #649
This commit is contained in:
David A Roberts 2016-08-11 12:21:28 +10:00
parent 975bd5beb5
commit 678b9e994a
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,8 @@
from flask_babel import gettext
name = gettext('Infinite scroll')
description = gettext('Automatically load next page when scrolling to bottom of current page')
default_on = False
js_dependencies = ('plugins/js/infinite_scroll.js',)
css_dependencies = ('plugins/css/infinite_scroll.css',)