vn-verdnaturachat/app/presentation
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
..
DirectoryItem Chore: Migrate ShareListView to Typescript (#3459) 2021-12-02 10:39:48 -03:00
ImageViewer Chore: Migrate AttachmentView to Typescript (#3483) 2021-11-17 16:59:53 -03:00
RoomItem Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
ServerItem [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
UnreadBadge [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00
KeyboardView.tsx Chore: Migrate SetUsernameView to Typescript (#3526) 2021-12-02 10:29:01 -03:00
TextInput.tsx Chore: Migrate LivechatEditView to Typescript (#3499) 2022-02-07 12:18:37 -03:00
UserItem.tsx Chore: Migrate SelectedUsersView to Typescript (#3520) 2021-12-13 13:28:59 -03:00