vn-verdnaturachat/app/definitions
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
..
redux Chore: Migrate getPermissions to Typescript (#3720) 2022-02-17 10:06:31 -03:00
rest Chore: dehydrate small server requests away from rocketchat.js (#3740) 2022-02-15 15:50:55 -03:00
IAttachment.ts Chore: Migrate Model's folder to Typescript (#3564) 2022-01-11 10:51:48 -03:00
ICannedResponse.ts Chore: Migrate CannedResponsesListView to Typescript (#3553) 2022-02-04 19:15:01 -03:00
ICertificate.ts Chore: Migrate logout to Typescript (#3688) 2022-02-09 17:37:08 -03:00
ICommand.ts Chore: Migrate Utils Folder to Typescript (#3544) 2022-01-12 09:54:04 -03:00
ICustomEmoji.ts Chore: Migrate Model's folder to Typescript (#3564) 2022-01-11 10:51:48 -03:00
ICustomEmojiDescriptor.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
IEmoji.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
IFrequentlyUsedEmoji.ts Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
IInvite.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatAgent.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatDepartment.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatDepartmentAgents.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatMonitor.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatTag.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILivechatVisitor.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ILoggedUser.ts Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
IMention.ts Chore: Migrate ThreadMessagesView to Typescript (#3538) 2022-01-12 10:53:06 -03:00
IMessage.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
INotification.ts [FIX] App crashes when opening a notification while app is closed (#3629) 2022-01-19 17:37:06 -03:00
IPermission.ts Chore: Migrate getPermissions to Typescript (#3720) 2022-02-17 10:06:31 -03:00
IPreferences.ts chore: create IPreferences interface 2022-01-13 18:44:34 -03:00
IReaction.ts Chore: Migrate Model's folder to Typescript (#3564) 2022-01-11 10:51:48 -03:00
IRocketChat.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
IRocketChatRecord.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
IRole.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
IRoom.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
IServedBy.ts Chore: Migrate Model's folder to Typescript (#3564) 2022-01-11 10:51:48 -03:00
IServer.ts Chore: Migrate lib/rocketchat.js to TS - structure PoC (#3661) 2022-02-10 09:10:42 -03:00
IServerHistory.ts Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
ISetting.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ISettings.ts Chore: Migrate Model's folder to Typescript (#3564) 2022-01-11 10:51:48 -03:00
ISlashCommand.ts Chore: Migrate Model's folder to Typescript (#3564) 2022-01-11 10:51:48 -03:00
ISubscription.ts Chore: Migrate lib/encryption folder to TypeScript (#3639) 2022-02-16 17:14:28 -04:00
ITagsOmnichannel.ts Chore: Migrate LivechatEditView to Typescript (#3499) 2022-02-07 12:18:37 -03:00
ITeam.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
ITheme.ts Chore: Migrate Utils Folder to Typescript (#3544) 2022-01-12 09:54:04 -03:00
IThread.ts Chore: Migrate buildMessage to TS (#3732) 2022-02-16 20:07:24 -04:00
IThreadMessage.ts Chore: Migrate buildMessage to TS (#3732) 2022-02-16 20:07:24 -04:00
IUpload.ts Chore: Migrate Model's folder to Typescript (#3564) 2022-01-11 10:51:48 -03:00
IUrl.ts Chore: Migrate helpers/parseUrls to Typescript (#3735) 2022-02-16 12:17:25 -03:00
IUser.ts Chore: Migrate lib/encryption folder to TypeScript (#3639) 2022-02-16 17:14:28 -04:00
IVisitor.ts Chore: Migrate LivechatEditView to Typescript (#3499) 2022-02-07 12:18:37 -03:00
UserStatus.ts Chore: Add REST API definitions from server (#3721) 2022-02-14 13:20:29 -03:00
index.ts Chore: Migrate helpers/parseUrls to Typescript (#3735) 2022-02-16 12:17:25 -03:00
navigationTypes.ts [FIX] TypeScript's errors raised by HOCs (#3535) 2022-01-17 13:10:39 -03:00