Page MenuHomePhabricator

[web] Dispatch SET_DATA_LOADED action after SIWE completes
ClosedPublic

Authored by ashoat on Jun 6 2023, 8:20 AM.
Tags
None
Referenced Files
F2105350: D8108.diff
Tue, Jun 25, 7:05 AM
Unknown Object (File)
Sat, Jun 15, 11:46 PM
Unknown Object (File)
Tue, Jun 11, 6:57 PM
Unknown Object (File)
Mon, Jun 10, 7:23 PM
Unknown Object (File)
Thu, Jun 6, 1:40 AM
Unknown Object (File)
May 25 2024, 5:39 PM
Unknown Object (File)
May 23 2024, 11:51 PM
Unknown Object (File)
May 23 2024, 11:51 PM
Subscribers

Details

Summary

We want to prevent siweAuthActionTypes.success from directly setting dataLoaded, so that in the new registration flow on native we can defer LoggedOutModal and RegistrationNavigator from being dismissed until after the avatar server call completes.

Instead of having siweAuthActionTypes.success directly set dataLoaded, we'll use this new action instead. A later diff will update reduceDataLoaded so that siweAuthActionTypes.success no longer affects it.

Depends on D8107

Test Plan

Tested registration (SIWE and otherwise) flows on native and web

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage