Rocket.Chat.ReactNative/app/containers/markdown
Reinaldo Neto aa26f7251e
[FIX] Remove nested room navigation (#4702)
* reset from room to room

* jump from room to room it's fine

* threads ipad

* fix ts roomslistview

* remove params

* fix the ipad highlight

* jump to a message from a thread to main room

* the reset within the goRoom

* create channel

* changes in canned response

* fix discussion navigation

* navigation newmessageview to users

* fix go room from room info view

* inappnotification, deeplinking, room.js

* change from room.rooms to room.subscribed

* minor tweak jumptomessage

* fix add existing channel to team and fixing test 02 of teams

* keep the same behavior after add existing channel

* keep the same behavior after add existing channel

* clean cosole

* changes requested about the name

* inapp redux to hooks

* added a comment to addexistingchanneltoteam

* minor tweak jumptomessage

* refactor goRoom to add the param popToRoot, also refactor the navigate in deeplinking too

* refactor other places that exist goRoom

* fix the didUpdate

* added in app notification test

* clean js

* minor tweak test
2022-11-25 10:21:56 -03:00
..
new [NEW] Emphasis Elements (italic, strike and bold) in Message Parser Components (#4621) 2022-11-07 13:42:42 -03:00
AtMention.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
BlockQuote.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
Emoji.tsx [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
Hashtag.tsx [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
Link.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
List.tsx Chore: Evaluate Markdown - TypeScript (#3948) 2022-03-25 14:20:09 -03:00
ListItem.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
Markdown.stories.tsx [IMPROVE] Redesign emoji picker (#4328) 2022-10-21 15:27:55 -03:00
Preview.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
Table.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
TableCell.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
TableRow.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
formatHyperlink.test.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
formatHyperlink.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
formatText.test.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
formatText.ts Chore: Migrate Markdown to Typescript (#3558) 2022-02-17 12:27:01 -03:00
index.tsx [FIX] Auto-translate feature wasn't working (#4678) 2022-11-11 16:51:57 -03:00
interfaces.ts Chore: Evaluate Message - TypeScript (#3944) 2022-04-01 18:52:38 -03:00
mergeTextNodes.ts Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
styles.ts [IMPROVE] Add support to Linebreak and Katex on markdown (#4361) 2022-07-20 18:02:18 -03:00