Great work figuring this out! I have a lot of comments, but none of them are about core logic... mostly asking for more code comments, some renames, and some refactors
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 28 2025
Mar 27 2025
In D14462#402560, @tomek wrote:There is one place I'm not sure of: threadPermissionsRemovedForGenesisMembers - we include threadPermissions.EDIT_MESSAGE there, but I'm not sure why. In the most recent revision I didn't add the new permissions there.
Your test plan is super incomplete. Can you please update the test plan to go one-by-one through every scenario we've had to contemplate while working on this? Eg. fresh registration, log in of existing user with Farcaster connection, log in of existing user with no Farcaster connection, existing log-in that hasn't logged out since before the new registration flow (never got prompted to connect Farcaster), etc.
Mar 26 2025
Mar 25 2025
Mar 24 2025
Mar 23 2025
Mar 21 2025
One more comment update
Update comment
- don't we need to document it somewhere in some README?
Mar 20 2025
Mar 19 2025
I don't remember all the places where we need to add a new permission. Wondering if you modelled this on another diff that introduced a different permission – if so, would be helpful to share a link to that diff.
Mar 17 2025
In D14444#401325, @varun wrote:Feels like there are probably ways to dismiss the modal without setting the fid to null here. Ideally we can catch all methods of closing the modal, but if that's really hard, one alternative would just be to set the fid to null as soon as we show the modal.
the onClosed callback gets called by BottomSheet's onChange callback:
const onChange = React.useCallback( (index: number) => { if (index === -1) { onClosed(); } }, [onClosed], );i think this should handle all methods of closing the modal
Does it not occur on every single login because the NUX doesn't display on subsequent logins?
Feels like there are probably ways to dismiss the modal without setting the fid to null here. Ideally we can catch all methods of closing the modal, but if that's really hard, one alternative would just be to set the fid to null as soon as we show the modal.
Mar 16 2025
Mar 15 2025
Emscripten failure is weird, not sure why that's happening, but definitely unrelated to this diff (perhaps the issue is live on master). Created ENG-10380 to investigate
Mar 11 2025
Mar 10 2025
CI - not sure if I need to test something else; not familiar with Android configuration
One thing that might be worth checking is whether the outsideButtons logic is still correct
Mar 6 2025
Mar 5 2025
Mar 4 2025
Mar 3 2025
Mar 2 2025
Preemptively publishing in case CI has issues, as it recently has been timing out
Preemptively publishing in case CI has issues, as it recently has been timing out
Mar 1 2025
Feb 28 2025
Passing back to you with a question about why we avoid goBack when showing the NUX tip