mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Show button transition.
This commit is contained in:
parent
6a6cb2e17e
commit
82769e3c20
@ -101,7 +101,11 @@ form =
|
|||||||
[ username |> fieldView info "Username"
|
[ username |> fieldView info "Username"
|
||||||
]
|
]
|
||||||
, Html.button []
|
, 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