Page MenuHomePhabricator

[native] extend loading logic to include fetching farcaster channel info
AbandonedPublic

Authored by ginsu on May 15 2024, 1:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 1, 7:32 PM
Unknown Object (File)
Oct 13 2024, 4:52 AM
Unknown Object (File)
Oct 13 2024, 4:51 AM
Unknown Object (File)
Oct 13 2024, 4:51 AM
Unknown Object (File)
Sep 3 2024, 8:05 PM
Unknown Object (File)
Sep 3 2024, 8:05 PM
Unknown Object (File)
Sep 3 2024, 8:05 PM
Unknown Object (File)
Aug 26 2024, 9:39 AM
Subscribers

Details

Reviewers
tomek
inka
Summary

Right now the Tag channel button will show a loading indicator when the create or update farcaster channel tag action is running. However, in the previous diff (D12041) I introduced a mechanism to fetch the farcaster channel info. While we are fetching the farcaster channel info, we should continue showing the loading spinner

Depends on D12041

Test Plan

Please see demo video

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu requested review of this revision.May 15 2024, 1:42 AM
This revision is now accepted and ready to land.May 15 2024, 2:42 AM

We got rid of the mechanism to fetch the farcaster channel info since we are using the /CHANNEL_ID over the channel name, so this diff is no longer relevant