Rocket.Chat.ReactNative/app/views
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
..
AdminPanelView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
AutoTranslateView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
CannedResponsesListView [FIX] StoryShots not working for async rendered components (#3677) 2022-01-31 18:15:44 -03:00
CreateDiscussionView Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
DirectoryView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
DiscussionsView Add missing DiscussionsView snapshot 2022-01-31 17:49:37 -04:00
InviteUsersEditView chore: migrate redux module inviteUsers to typescript 2022-01-17 18:27:28 -03:00
InviteUsersView chore: add as string to fix type 2022-01-26 11:00:21 -03:00
LanguageView Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
MessagesView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
NewServerView Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
NotificationPreferencesView Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
ProfileView Chore: Migrate Utils Folder to Typescript (#3544) 2022-01-12 09:54:04 -03:00
ReadReceiptView Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
RoomActionsView Merge branch 'develop' into new.add-discusions-roomactionsview 2022-02-01 09:49:39 -04:00
RoomInfoEditView Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
RoomInfoView [FIX] RoomInfoView displaying different info depending on the origin (#3586) 2022-01-12 11:04:15 -03:00
RoomMembersView [FIX] teams.removeMembers mobile usage (#3557) 2022-01-11 11:44:53 -03:00
RoomView Merge branch 'develop' into new.add-discusions-roomactionsview 2022-02-01 09:49:39 -04:00
RoomsListView Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
SearchMessagesView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
SettingsView Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
ShareListView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
ShareView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
SidebarView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
ThreadMessagesView Merge branch 'develop' into new.add-discusions-roomactionsview 2022-02-01 09:49:39 -04:00
UserNotificationPreferencesView Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
UserPreferencesView [FIX] Message parser switch not updating field properly (#3576) 2022-01-12 11:05:30 -03:00
WorkspaceView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
definition Chore: Migrate ForwardLivechatView to Typescript (#3497) 2021-11-17 17:09:20 -03:00
AddChannelTeamView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
AddExistingChannelView.tsx Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
AttachmentView.tsx [FIX] Download video/quicktime in iOS (#3581) 2022-01-11 10:46:17 -03:00
AuthLoadingView.tsx Chore: Migrate AuthLoadingView to Typescript (#3424) 2021-10-05 10:54:08 -03:00
AuthenticationWebView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
CannedResponseDetail.js [NEW] Canned responses (#3355) 2021-09-22 14:29:26 -03:00
ChangePasscodeView.tsx Remove style.ts 2022-01-24 15:18:59 -04:00
CreateChannelView.tsx Chore: Migrate redux module createChannel to typescript (#3602) 2022-02-02 15:02:02 -03:00
DefaultBrowserView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
DisplayPrefsView.tsx chore: implements IAplicationState on type 2022-01-18 11:38:29 -03:00
E2EEncryptionSecurityView.tsx Chore: Migrate Utils Folder to Typescript (#3544) 2022-01-12 09:54:04 -03:00
E2EEnterYourPasswordView.tsx chore: migrate redux module encryption to typescript 2022-01-13 15:37:14 -03:00
E2EHowItWorksView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
E2ESaveYourPasswordView.tsx chore: migrate redux module encryption to typescript 2022-01-13 15:37:14 -03:00
ForgotPasswordView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
ForwardLivechatView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
JitsiMeetView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
LegalView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
LivechatEditView.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
LoginView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
MarkdownTableView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
ModalBlockView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
NewMessageView.tsx Chore: Migrate redux module createChannel to typescript (#3602) 2022-02-02 15:02:02 -03:00
PickerView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
RegisterView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
ScreenLockConfigView.tsx Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
ScreenLockedView.tsx Chore: Migrate ScreenLockedView to Typescript (#3515) 2021-12-02 10:26:02 -03:00
SecurityPrivacyView.tsx Chore: Migrate SecurityPrivacyView to Typescript (#3518) 2021-12-02 10:26:34 -03:00
SelectListView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
SelectServerView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
SelectedUsersView.tsx Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
SendEmailConfirmationView.tsx Minor tweak 2022-01-24 15:20:25 -04:00
SetUsernameView.tsx Chore: Migrate SetUsernameView to Typescript (#3526) 2021-12-02 10:29:01 -03:00
StatusView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
Styles.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
TeamChannelsView.tsx Merge branch 'develop' into new.add-discusions-roomactionsview 2022-01-28 10:59:02 -04:00
ThemeView.tsx [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
WithoutServersView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00