Page MenuHomePhabricator

[native] introduce getFarcasterAccountAlreadyLinkedAlertDetails
ClosedPublic

Authored by ginsu on May 3 2024, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 9:59 PM
Unknown Object (File)
Tue, Nov 12, 11:25 AM
Unknown Object (File)
Tue, Nov 12, 8:07 AM
Unknown Object (File)
Tue, Nov 12, 8:05 AM
Unknown Object (File)
Sun, Nov 10, 11:42 AM
Unknown Object (File)
Fri, Nov 8, 7:16 PM
Unknown Object (File)
Tue, Nov 5, 12:00 AM
Unknown Object (File)
Sun, Nov 3, 8:51 PM
Subscribers

Details

Summary

Based on feedback in D11863, I want to factor out the logic for this error message since it will be needed in several places.

Test Plan

flow + confirmed the error message was the same

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

native/utils/alert-messages.js
34 ↗(On Diff #39779)

Took a second to have all of these be exported in the bottom of the file, which is a more common pattern I see in our codebase

ginsu requested review of this revision.May 3 2024, 11:54 PM
ashoat added inline comments.
native/account/registration/connect-farcaster.react.js
114 ↗(On Diff #39779)

Just wondering, why rename body with message?

native/utils/alert-messages.js
55 ↗(On Diff #39779)

Should all of these start with a lowercase letter? I thought we only use uppercase for React components (and sometimes all caps for constants)

This revision is now accepted and ready to land.May 4 2024, 11:19 AM
native/account/registration/connect-farcaster.react.js
114 ↗(On Diff #39779)

I wanted this to match the AlertDetails type. However, I should have also updated the queuedAlert state to use this type too. Will make this update

native/utils/alert-messages.js
55 ↗(On Diff #39779)

address comments + rebase before landing