b1tjoy

Results 5 comments of b1tjoy

### Proposal ### Reason When we tap the email address, the inner PressableWithSecondaryInteraction component fire an event, in the event handler we call ReportActionContextMenu.showContextMenu() with type 'EMAIL': https://github.com/Expensify/App/blob/4c64bec3f38af925a01911155eab54feafc96cda/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly/index.js#L64-L76 And the...

### PROPOSAL ### Solution If we directly change validation link in email to deeplink such as `new-expensify://new.expensify.com/setpassword/accoundId/validateCode`, user click validation link can launch our desktop app (after we update our...

Validation procedure on macOS Web we prefer: 1. User click validation link in email 2. Interstitial page open in browser, if desktop app not installed, redirect to set password page...

This one is a regression of PR https://github.com/Expensify/App/pull/11905, `ExpensiMark` definitely expects encoded html string as parameter. https://github.com/Expensify/expensify-common/blob/490d695c8ceb54bcff736785b54f06057c32fc9b/lib/ExpensiMark.js#L479 ### Solution fix both current issue and https://github.com/Expensify/App/issues/11693 Remove the code which encode...

Please review PR https://github.com/Expensify/App/pull/13108, thanks!