🧑‍💻 Better names for with/alter/add_component_in

This commit is contained in:
Manuel Cillero 2023-11-20 20:03:24 +01:00
parent 62b32ebcee
commit 15d545897b
9 changed files with 27 additions and 22 deletions

View file

@ -33,7 +33,7 @@ impl ModuleTrait for User {
async fn login(request: service::HttpRequest) -> ResultPage<Markup, FatalError> {
Page::new(request)
.with_title(L10n::n("Identificación del usuario"))
.with_in(
.with_component_in(
"content",
Wrapper::new()
.with_id("welcome")