vn-verdnaturachat/app/sagas
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
..
createChannel.js [FIX] Cannot read property 'error' of undefined when creating a channel (#3437) 2021-10-26 10:40:46 -03:00
createDiscussion.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
deepLinking.js Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
encryption.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
index.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
init.js Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
inviteLinks.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
login.js Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
messages.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
room.js [FIX] teams.removeMembers mobile usage (#3557) 2022-01-11 11:44:53 -03:00
rooms.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
selectServer.js Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
state.js Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00