Rocket.Chat.ReactNative/app/lib/database/model
Gerzon Z 76a99519ec
[NEW] Support new message parser (#3313)
* Add message parser to profile view and db

* Add md to db

* Remove changes to Xcode project

* Remove message-parser lib and add enable message parser field to User model

* Fix message parser

* Remove admin enableMessageParserEarlyAdoption

* Add NewMarkdown component

* Remove NewMarkdown component and add specific components for new message parser

* Add new parser components

* Fix BigEmoji

* Updated components and added more Code components

* update components and add storybooks

* Update Code component and add it to storybooks

* Update Mention component

* Minor tweaks

* Add server message parser validation

* Renamed folder, add @rocket.chat/message-parser, migrate some files to TypeScript

* Migrate components to TypeScript and fix styling

* Change interfaces and add TaskListComponent and styles

* Fix new markdown and styles

* Fix inlinecode

* Stop using server setting

* Use enableMessageParserEarlyAdoption on mapStateToProps

* Remove React.FC

* add link to bold, italic and strike

* Update parser components

* Fix missing components

* Minor tweak

* Fix lint and add getCustomEmojis

* Fix customEmojis

* Update emojis

* Minor tweak

* disconnect markdown from store

* Use @rocket.chat/message-parser@0.30.0

* Fix link style

* Unify lists and styles

* Remove style prop

* Use big emoji as a normal token

* Remove unnecessary memo

* Fix code styles

* Update tests

* Conditionally create renderer

* Use Context instead of prop drill

* Fix Link component

* Fix plain text regression and update tests

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-10-20 13:32:58 -03:00
..
servers [NEW] Support new message parser (#3313) 2021-10-20 13:32:58 -03:00
CustomEmoji.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
FrequentlyUsedEmoji.js [CHORE] Migrate to Watermelon (#1171) 2019-09-16 17:26:32 -03:00
Message.js [NEW] Support new message parser (#3313) 2021-10-20 13:32:58 -03:00
Permission.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Role.js [CHORE] Migrate to Watermelon (#1171) 2019-09-16 17:26:32 -03:00
Room.js [NEW] Channel avatars (#2504) 2020-10-30 10:51:04 -03:00
ServersHistory.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Setting.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
SlashCommand.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Subscription.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Thread.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
ThreadMessage.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
Upload.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
User.js [FIX] Model columns misplaced (#2640) 2020-11-12 14:08:17 -03:00
migrations.js [NEW] Support new message parser (#3313) 2021-10-20 13:32:58 -03:00