Add new components for page layout

This commit is contained in:
Manuel Cillero 2024-03-16 10:16:30 +01:00
parent b6b7d9687b
commit 36c931486d
9 changed files with 126 additions and 96 deletions

View file

@ -152,7 +152,6 @@ pub async fn summary(request: HttpRequest) -> ResultPage<Markup, ErrorPage> {
Page::new(request)
.with_title(L10n::n("Admin"))
.with_template("admin")
.with_component_in("top-menu", side_menu)
.with_component(
flex::Container::new()