mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
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:
committed by
Tim Abbott
parent
5e1471f5a3
commit
9576d5caef
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user