frontend: Implement list_render class.

This implements a list_render closure class that allows for
progressive, responsive rendering of long, scrollable lists, with
filtering support.

It isn't used, at present.
This commit is contained in:
Brock Whittaker
2017-03-16 13:00:56 -07:00
committed by Tim Abbott
parent 5e1471f5a3
commit 9576d5caef
3 changed files with 188 additions and 0 deletions

View File

@@ -862,6 +862,7 @@ JS_SPECS = {
'js/message_edit.js',
'js/condense.js',
'js/resize.js',
'js/list_rendering.js',
'js/floating_recipient_bar.js',
'js/lightbox.js',
'js/ui_state.js',