This diff extracts markdown-link.react.js code to markdown-utils.js. This code is going to be reused in markdown-chat-mention component.
Depends on D8834.
Paths
| Differential D8844 Authored by • patryk on Aug 17 2023, 1:55 AM.
Details
Summary This diff extracts markdown-link.react.js code to markdown-utils.js. This code is going to be reused in markdown-chat-mention component. Depends on D8834. Test Plan Tested later in the stack.
Diff Detail
Event Timeline• patryk held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptAug 17 2023, 1:55 AM2023-08-17 01:55:13 (UTC-7) Harbormaster completed remote builds in B21827: Diff 29999.Aug 17 2023, 2:12 AM2023-08-17 02:12:28 (UTC-7) Harbormaster completed remote builds in B21836: Diff 30008.Aug 17 2023, 7:14 AM2023-08-17 07:14:41 (UTC-7) • patryk edited the summary of this revision. (Show Details)Aug 18 2023, 6:08 AM2023-08-18 06:08:39 (UTC-7) • patryk edited the summary of this revision. (Show Details)Aug 19 2023, 9:52 AM2023-08-19 09:52:04 (UTC-7) • patryk removed a child revision: D8871: [web][native] Refactor getDefaultTextMessageRules.Aug 19 2023, 3:25 PM2023-08-19 15:25:49 (UTC-7) • patryk edited the summary of this revision. (Show Details)Aug 20 2023, 6:28 AM2023-08-20 06:28:58 (UTC-7) Comment Actions We have an agreement in our team that if we are moving some code, we should first move it and change it in next diff, becuse moving and changing in one diff makes it hard to review. You can see in this diff that it looks on phabricator as if you removed useHandleLinkClick function, and you didn't do that
This revision is now accepted and ready to land.Aug 22 2023, 7:08 AM2023-08-22 07:08:16 (UTC-7) Harbormaster completed remote builds in B22010: Diff 30221.Aug 22 2023, 7:28 AM2023-08-22 07:28:16 (UTC-7) Harbormaster completed remote builds in B22011: Diff 30222.Aug 22 2023, 7:53 AM2023-08-22 07:53:58 (UTC-7) Harbormaster completed remote builds in B22012: Diff 30223.Aug 22 2023, 7:57 AM2023-08-22 07:57:27 (UTC-7) Harbormaster completed remote builds in B22706: Diff 31242.Sep 19 2023, 1:47 AM2023-09-19 01:47:17 (UTC-7) Closed by commit rCOMM1430543adb94: [native] Refactor markdown-link component (authored by • patryk). · Explain WhySep 28 2023, 1:16 AM2023-09-28 01:16:46 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30222 native/markdown/markdown-link.react.js
native/markdown/markdown-utils.js
|