Integrate minimal components and recover base

This commit is contained in:
Manuel Cillero 2023-09-25 22:49:42 +02:00
parent 7e21ddbf90
commit 7a5c86ac9a
56 changed files with 5673 additions and 252 deletions

View file

@ -40,7 +40,7 @@ async fn login(request: service::HttpRequest) -> ResultPage<Markup, FatalError>
.with_title(L10n::n("Identificación del usuario"))
.with_in(
"content",
Container::new()
Wrapper::new()
.with_id("welcome")
.with_component(form_login()),
)