mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 05:13:24 +03:00
Show button transition.
This commit is contained in:
parent
6a6cb2e17e
commit
82769e3c20
@ -101,7 +101,11 @@ form =
|
||||
[ username |> fieldView info "Username"
|
||||
]
|
||||
, Html.button []
|
||||
[ Html.text "Login"
|
||||
[ if info.isTransitioning then
|
||||
Html.text "Logging in..."
|
||||
|
||||
else
|
||||
Html.text "Login"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user