vn-verdnaturachat/app/views
Reinaldo Neto 68f6eb40de
Chore: Hooks app/views/InviteUsersEditView (#4670)
* Chore: Hooks app/views/InviteUsersEditView

* minor tweak

* switch value name
2023-02-02 18:41:32 -03:00
..
AdminPanelView Chore: Evaluate AdminPanelView - TypeScript (#4162) 2022-05-11 13:33:27 -03:00
AutoTranslateView Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
CannedResponsesListView [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
CreateChannelView [FIX] Decrease space between sections on lists (#4543) 2022-09-23 17:24:37 -03:00
CreateDiscussionView [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
DefaultBrowserView Regression: Default Browser View title (#4556) 2022-09-23 17:22:21 -03:00
DirectoryView [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
DiscussionsView Chore: Bump patches (#4679) 2022-11-16 10:26:37 -03:00
InviteUsersEditView Chore: Hooks app/views/InviteUsersEditView (#4670) 2023-02-02 18:41:32 -03:00
InviteUsersView Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
LanguageView Chore: Hooks app/views/LanguageView (#4537) 2022-09-22 18:40:32 -03:00
MessagesView [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
NewMessageView [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
NewServerView [IMPROVE] Increase border radius on all buttons (#4657) 2022-11-10 13:22:02 -03:00
NotificationPreferencesView [FIX] Decrease space between sections on lists (#4543) 2022-09-23 17:24:37 -03:00
ProfileView [IMPROVE] Increase border radius on all buttons (#4657) 2022-11-10 13:22:02 -03:00
ReadReceiptView Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
RoomActionsView [IMPROVE] Add ignore user to user profile (#4600) 2022-10-13 18:29:55 -03:00
RoomInfoEditView [IMPROVE] Add missing borders styles changes (#4675) 2022-11-11 13:04:57 -03:00
RoomInfoView [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
RoomMembersView [FIX] Add users shouldn't have Skip option (#4828) 2023-01-25 15:28:03 -03:00
RoomView Regression: App not fetching messages properly after #4801 (#4819) 2023-01-16 13:43:27 -03:00
RoomsListView [FIX] Opening search field after server list does not hide server list (#4792) 2023-01-06 12:36:23 -03:00
SearchMessagesView [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
SelectedUsersView [FIX] Add users shouldn't have Skip option (#4828) 2023-01-25 15:28:03 -03:00
SettingsView Chore: Migrate SettingsView to hooks (#4542) 2022-09-30 11:50:33 -03:00
ShareListView [FIX] Team icons on Share View and searching on RoomsListView (#4833) 2023-02-02 00:04:17 -03:00
ShareView [FIX] Quote message and reply with image (#4715) 2023-01-05 15:23:11 -03:00
SidebarView Chore: Migrate SettingsView to hooks (#4542) 2022-09-30 11:50:33 -03:00
StatusView [IMPROVE] Border radius and width on inputs (#4659) 2022-11-10 13:35:59 -03:00
ThreadMessagesView [FIX] Cannot read property 'fetch' of undefined on ThreadMessagesView (#4557) 2022-12-02 14:06:14 -03:00
UserNotificationPreferencesView [FIX] Notification preferences menu shows nothing (#4703) 2022-12-21 13:15:30 -03:00
UserPreferencesView [IMPROVE] Remove show message in main thread preference (#4435) 2022-08-25 16:53:19 -03:00
WorkspaceView [IMPROVE] Increase border radius on all buttons (#4657) 2022-11-10 13:22:02 -03:00
AddChannelTeamView.tsx Chore: Evaluate AddChannelTeamView - TypeScript (#4170) 2022-05-17 10:39:21 -03:00
AddExistingChannelView.tsx [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
AttachmentView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
AuthLoadingView.tsx Chore: Create useAppSelector hook (#4189) 2022-05-13 12:01:34 -03:00
AuthenticationWebView.tsx [FIX] Not Login with SSO after upgrade to version 5.4.0 and 5.4.1 (#4783) 2023-01-10 20:17:14 -03:00
CannedResponseDetail.tsx [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
ChangePasscodeView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
CloseLivechatView.tsx [IMPROVE] Add missing borders styles changes (#4675) 2022-11-11 13:04:57 -03:00
DisplayPrefsView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
E2EEncryptionSecurityView.tsx Regression: Reset E2E Key section missing padding (#4595) 2022-10-07 12:01:04 -03:00
E2EEnterYourPasswordView.tsx [IMPROVE] Standardize padding of E2E screens (#4701) 2022-11-21 16:10:38 -03:00
E2EHowItWorksView.tsx [IMPROVE] Standardize padding of E2E screens (#4701) 2022-11-21 16:10:38 -03:00
E2ESaveYourPasswordView.tsx [IMPROVE] Standardize padding of E2E screens (#4701) 2022-11-21 16:10:38 -03:00
ForgotPasswordView.tsx Chore: Hooks app/views/ForgotPasswordView (#4485) 2022-09-06 14:44:31 -03:00
ForwardLivechatView.tsx [IMPROVE] Migrate UIKit/MultiSelect to ActionSheet (#4255) 2022-07-13 16:31:58 -03:00
JitsiMeetView.android.tsx Regression: Prevent screen from sleeping on Jitsi on Android (#4791) 2023-01-09 10:29:58 -03:00
JitsiMeetView.d.ts [IMPROVE] Disable Jitsi native module on Android (#4708) 2022-12-01 14:20:22 -03:00
JitsiMeetView.ios.tsx Regression: Add token to Jitsi call on iOS (#4863) 2023-01-30 13:56:39 -03:00
LegalView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
LivechatEditView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
LoginView.tsx [FIX] Add User Generated Content link on login (#4827) 2023-01-20 11:42:18 -03:00
MarkdownTableView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
ModalBlockView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
PickerView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
RegisterView.tsx [FIX] Add User Generated Content link on login (#4827) 2023-01-20 11:42:18 -03:00
ScreenLockConfigView.tsx [FIX] Touch/Face ID toggle does not enable automatically the first time (#4576) 2022-10-07 12:34:51 -03:00
ScreenLockedView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
SecurityPrivacyView.tsx Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
SelectListView.tsx [FIX] SearchBox background and unify usage (#4519) 2022-09-22 23:03:02 -03:00
SelectServerView.tsx Chore: Hooks app/views/SelectServerView (#4445) 2022-08-18 19:09:25 -03:00
SendEmailConfirmationView.tsx Chore: Migration to Hooks - FormTextInput (#4256) 2022-06-27 15:46:59 -03:00
SetUsernameView.tsx Chore: Hooks app/views/SetUsernameView (#4488) 2022-09-06 13:53:21 -03:00
Styles.ts [IMPROVE] Standardize padding of E2E screens (#4701) 2022-11-21 16:10:38 -03:00
TeamChannelsView.tsx [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
ThemeView.tsx Chore: Improve code and migrate some props to hooks on ThemeView (#4414) 2022-09-12 10:16:00 -03:00
WithoutServersView.tsx Chore: Migrate WithoutServerView to hooks (#4415) 2022-08-11 11:41:18 -03:00