Rocket.Chat.ReactNative/app/views/RoomsListView
Gleidson Daniel Silva 6fa35cd748
Chore: Migrate redux module app to typescript (#3598)
* chore: migrate activeUsers reducer and action to TS

* chore: init types folder and set redux and BaseScreen interface

* chore: remove mapDispatchToProps to use dispatch prop and clear some types

* chore: type selectedUsers action and reducer and improvement in the code of other files

* chore: move IUser to base types

* chore: move state props to ISelectedUsersViewProps

* chore: create mocketStore

* chore: remove applyAppStateMiddleware

* test: create activeUser and selectedUser tests

* test: add more selectedUsers tests

* chore: fix action type

* chore: move types to definition folder and fix imports

* chore: remove unused const

* chore: migrate redux tests to reducer folder and add eslint jest plugin

* chore: exprot initial state and then import on tests

* chore: move interfaces to reducer and import on screen

* chore: set eslint-plugin-jest version to 24.7.0

* chore: fix IUser import

* chore: update interfaces and types names

* chore: update definitions

* chore: update IBaseScreen definitions

* chore: init reducer/app migration to ts

* chore: add tests and migrate RootEnum

* wip: migrate fixed consts to RootEnum

* chore: remove redux action inferences

* fix types

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-02 15:27:10 -03:00
..
Header chore: migrate redux module room to typescript 2022-01-14 19:06:55 -03:00
ListHeader [NEW] Display preferences screen (#3318) 2021-10-06 17:30:10 -03:00
ServerDropdown.js Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
index.js Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
styles.js [IMPROVE] Onboarding changes (#3387) 2021-09-23 11:17:53 -03:00