Disable the next button whilst loading a server.

Add tests for login screen.
Self review.
This commit is contained in:
Doug
2022-05-24 14:03:39 +01:00
parent e77d7d9250
commit 292cd4a5d2
20 changed files with 309 additions and 64 deletions
@@ -58,6 +58,7 @@ struct AuthenticationState {
return url.host == "matrix.org" || url.host == "matrix-client.matrix.org"
}
/// The homeserver mapped into view data that is ready for display.
var viewData: AuthenticationHomeserverViewData {
AuthenticationHomeserverViewData(address: displayableAddress,
isMatrixDotOrg: isMatrixDotOrg,