mattermost-mobile/app/components/post_list
Michał Odziemczyk 9d192a3d8a Wait for animation frame before initial rendering of post list (#1477)
* Wait for animation frame before initial rendering of post list

Improves startup experience.
(you can see yourself how big a difference is between booting to an empty channel and to a 'busy' channel, and since rendering post list is a heavy task, this change makes the initial UI appear sooner. In my testing it is about 0.7 seconds)

* eslint

* actually render empty screen when loading posts

* delay channel drawer actions after drawer is fully closed

* lazy render FlatList

* eslint

* eslint
2018-03-07 14:20:25 +00:00
..
date_header update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
load_more_posts update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
index.js update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
new_messages_divider.js update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
post_list.js Wait for animation frame before initial rendering of post list (#1477) 2018-03-07 14:20:25 +00:00
with_layout.js update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00