!7 p { aShow(aVerticalStack( aForeground(aBlack(), aBold(aFontSize(24, aCenteredTextView("Log in to your assistant!")))), aVerticalSpacer(50), aBold(aFontSize(20, aCenteredTextView("User name or email:"))), aCenterTextView(aTextInput("Johnnie")), aVerticalSpacer(25), aFontSize(20, aCenteredTextView("Password:")), aCenterTextView(aPasswordInput("TEST")), aVerticalSpacer(30), aButton("Log in", r { final Button btn = heldInstance(Button); thread { temp aTempDisable(btn); temp aTempSetText(btn, "Logging in..."); sleepSeconds(3); } }))); }