Page MenuHomePhabricator

[native] Add loading spinner to RegistrationButton loading variant
ClosedPublic

Authored by ashoat on May 16 2023, 12:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 1:33 AM
Unknown Object (File)
Tue, May 7, 4:44 AM
Unknown Object (File)
Sun, Apr 28, 4:46 PM
Unknown Object (File)
Apr 22 2024, 11:48 AM
Unknown Object (File)
Apr 22 2024, 11:48 AM
Unknown Object (File)
Apr 22 2024, 11:47 AM
Unknown Object (File)
Apr 22 2024, 11:46 AM
Unknown Object (File)
Feb 27 2024, 3:45 AM
Subscribers

Details

Summary

ConnectEthereum is the first place we're actually using the loading variant; before this point, I hadn't really implemented it.

This diff implements the loading variant with a loading spinner that is absolutely-positioned over the normal content.

The reason I took that approach is to avoid issues with the height changing. This way I don't have to worry about calculating the height of the text, or forcing the height of the text to be something specific.

Depends on D7845

Test Plan

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable