vn-verdnaturachat/app/containers/MessageBox
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
..
CommandsPreview [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
Mentions Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
buttons Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Context.ts Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
EmojiKeyboard.tsx [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
LeftButtons.android.tsx Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
LeftButtons.ios.tsx Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
RecordAudio.tsx [NEW] Permission for uploading files (#3505) 2021-12-13 13:27:01 -03:00
ReplyPreview.tsx Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
RightButtons.android.tsx Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
RightButtons.ios.tsx Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
constants.ts [NEW] Canned responses (#3355) 2021-09-22 14:29:26 -03:00
forceJpgExtension.test.ts Regression: Prevent duplicated .jpg on file upload (#3658) 2022-02-07 13:52:09 -03:00
forceJpgExtension.ts Regression: Prevent duplicated .jpg on file upload (#3658) 2022-02-07 13:52:09 -03:00
index.tsx Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
styles.ts [FIX] Preserve voice message if recording is interrupted (#3397) 2021-09-23 09:16:23 -03:00