mattermost-mobile/app/components/channel_drawer
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
..
channels_list PLT-7567: Integration of Team Icons (#1470) 2018-03-06 20:39:24 +00:00
drawer_swipper update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
teams_list PLT-7567: Integration of Team Icons (#1470) 2018-03-06 20:39:24 +00:00
channel_drawer.js Wait for animation frame before initial rendering of post list (#1477) 2018-03-07 14:20:25 +00:00
index.js update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00