vn-verdnaturachat/app/views
Reinaldo Neto 5ac4700d51
Chore: Migrate Markdown to Typescript (#3558)
* Chore: Migrate Markdown to TS

* Chore: Migrate Markdown to TS

* minor tweak

* added preview where markdown was preview and fixed params within markdown

* removed ts-ignore

* fix lint

* removed numbersofline={0} and default value to numberOfLines=1

* change how to import markdown preview and remove numberOfLines

* using useTheme inside markdownPreview and remove theme from components

* minor tweak on interfaces

* isNewMarkdown return as boolean

* minor tweaks

* minor tweaks

* removed unused component

* fixed markdown stories

* updated snapshot because removed numberOfLines={0} from message/content

* create IEmoji.ts in definitions and refactor all places where getCustomEmoji was called

* onLinkPress typed

* todo: refactor navtoroominfo

* formatText.test.ts

* markdown stories to typescript too

* minor tweak

* IMessage definition

* refactor: update new types and interfaces for use ISubscription

* refactor: update threadItem for use new MarkdownPreview

* refactor: rollback wrong file commited

* formatHyperlink

* fix lint

* updated item story shot

* refactor and refactor some types

* Remove non-null assertion

* Minor change on useRealName

* tweak

Co-authored-by: AlexAlexandre <alexalexandrejr@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-02-17 12:27:01 -03:00
..
AdminPanelView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
AutoTranslateView Chore: dehydrate small server requests away from rocketchat.js (#3740) 2022-02-15 15:50:55 -03:00
CannedResponsesListView Chore: dehydrate small server requests away from rocketchat.js (#3740) 2022-02-15 15:50:55 -03:00
CreateDiscussionView Chore: Migrate redux module createDiscussion to typescript (#3604) 2022-02-02 15:51:18 -03:00
DirectoryView Chore: dehydrate small server requests away from rocketchat.js (#3740) 2022-02-15 15:50:55 -03:00
DiscussionsView Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
InviteUsersEditView chore: migrate redux module inviteUsers to typescript 2022-01-17 18:27:28 -03:00
InviteUsersView Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
LanguageView Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
MessagesView Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
NewServerView Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
NotificationPreferencesView Chore: dehydrate small server requests away from rocketchat.js (#3740) 2022-02-15 15:50:55 -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 Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
RoomInfoEditView Chore: Migrate lib/utils to TypeScript (#3637) 2022-02-07 14:44:04 -04:00
RoomInfoView Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
RoomMembersView [FIX] teams.removeMembers mobile usage (#3557) 2022-01-11 11:44:53 -03:00
RoomView Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
RoomsListView Chore: Migrate redux module app to typescript (#3598) 2022-02-02 15:27:10 -03:00
SearchMessagesView Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -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 Chore: Migrate lib/rocketchat.js to TS - structure PoC (#3661) 2022-02-10 09:10:42 -03:00
SidebarView [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
ThreadMessagesView Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
UserNotificationPreferencesView Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
UserPreferencesView Chore: Migrate selector/login to TS (#3731) 2022-02-16 12:09:38 -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: dehydrate small server requests away from rocketchat.js (#3740) 2022-02-15 15:50:55 -03:00
AttachmentView.tsx Chore: Migrate lib/utils to TypeScript (#3637) 2022-02-07 14:44:04 -04: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.tsx Chore: Migrate CannedResponsesListView to Typescript (#3553) 2022-02-04 19:15:01 -03:00
ChangePasscodeView.tsx Remove style.ts 2022-01-24 15:18:59 -04:00
CreateChannelView.tsx Chore: Migrate getPermissions to Typescript (#3720) 2022-02-17 10:06:31 -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 LivechatEditView to Typescript (#3499) 2022-02-07 12:18:37 -03:00
E2EHowItWorksView.tsx Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -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 [FIX] Add search and fix pagination for omnichannels departments (#3621) 2022-02-17 11:57:30 -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.tsx Chore: Migrate getPermissions to Typescript (#3720) 2022-02-17 10:06:31 -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 getPermissions to Typescript (#3720) 2022-02-17 10:06:31 -03:00
PickerView.tsx [FIX] Add search and fix pagination for omnichannels departments (#3621) 2022-02-17 11:57:30 -03:00
RegisterView.tsx Chore: Migrate react-navigation to TypeScript (#3480) 2021-12-03 16:27:57 -03:00
ScreenLockConfigView.tsx [IMPROVE] Keep biometry option from last session (#3668) 2022-02-08 13:44:34 -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 lib/rocketchat.js to TS - structure PoC (#3661) 2022-02-10 09:10:42 -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 Chore: dehydrate small server requests away from rocketchat.js (#3740) 2022-02-15 15:50:55 -03: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