mattermost-mobile/app/actions/views
Miguel Alatzar 3383c93df8
Performance improvements (#3911) (#3941)
* Improve sidebar performance on first load

* Initial work for switch channel

* Revert android changes

* Split Sidebar per Platform

* Fix waitForHydration executing the callback more than once

* Fix custom emoji not showing on Android

* Finalize Channel Switch

* Enable Android Ram Bundles

* Select the right team for lastChannelForTeam

* Channel loading post indicator

* Fix main sidebar base intl provider

* Update mm-redux

* No need to request configAndLicense on launch

* Load channel member roles

* Rename closeChannelDrawer to closeMainSidebar

* do not throw errors when console is called while running tests

* constant for LOADING_POSTS_HEIGHT

* Remove show more if a long post is edited and no longer long

* Update mm-redux#batch-actions branch

* Code review

* Clear notifications if channel was switched

* Import Platform

Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-02-17 21:23:39 -07:00
..
announcement.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
channel.js Performance improvements (#3911) (#3941) 2020-02-17 21:23:39 -07:00
channel.test.js Performance improvements (#3911) (#3941) 2020-02-17 21:23:39 -07:00
channel_add_members.js MM-18173 Removed getState from Add Channel Member method (#3371) 2019-10-12 01:30:03 -04:00
channel_members.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
client_upgrade.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
command.js fix app chrashing when sending invalid slash command (#2966) 2019-07-09 22:11:29 +08:00
create_channel.js Generate random channel URL name from display names that don't clean into a usable name (#2679) 2019-03-28 13:34:56 -07:00
create_channel.test.js Generate random channel URL name from display names that don't clean into a usable name (#2679) 2019-03-28 13:34:56 -07:00
edit_profile.js MM-12354 Remove Profile Image (#2428) 2018-12-17 07:56:39 +08:00
emoji.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
file_upload.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
login.js Automated cherry pick of #3819 (#3821) 2020-01-20 08:30:59 -07:00
login.test.js Automated cherry pick of #3819 (#3821) 2020-01-20 08:30:59 -07:00
more_dms.js Fix drawer stutter when jumping to a DM or joining a channel (#2113) 2018-09-13 16:27:45 -03:00
post.js Reorganize post state and make postsInChannel into a sparse array (#2693) 2019-04-15 17:20:23 -04:00
root.js Performance improvements (#3911) (#3941) 2020-02-17 21:23:39 -07:00
root.test.js Deep linking based on channel url; Fix merge conflicts (#2542) 2019-02-14 13:29:57 -05:00
search.js [MM-16139] [MM-16140] [MM-16141] Update the remaining screens/components (#2920) 2019-07-08 10:03:31 -07:00
select_server.js Fix loosing the server config when handleManagedConfig (#3125) 2019-08-15 08:25:46 -07:00
select_server.test.js Change rn-fetch-blob to mock globally in jest (#2124) 2018-09-14 12:14:37 -03:00
select_team.js MM-13896 Sync channel as read between clients (including opening Push Notifications) (#2548) 2019-02-16 15:09:22 -03:00
thread.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
thread.test.js Change rn-fetch-blob to mock globally in jest (#2124) 2018-09-14 12:14:37 -03:00
typing.js minor fix to access state of websocket (#2965) 2019-07-09 10:50:00 -04:00
user.js Performance improvements (#3911) (#3941) 2020-02-17 21:23:39 -07:00
user.test.js MM-13896 Sync channel as read between clients (including opening Push Notifications) (#2548) 2019-02-16 15:09:22 -03:00