webs unified

This commit is contained in:
Priec
2026-08-03 13:32:25 +02:00
parent 35d85de556
commit c8afe99d79
59 changed files with 1991 additions and 952 deletions

View File

@@ -49,7 +49,12 @@ pub(crate) async fn load_page(
})
})
.collect();
Ok(AddLogicPageState { tables, form, error })
Ok(AddLogicPageState {
nav: crate::ui::Nav::new(headers, "admin").with_role(authorization.role),
tables,
form,
error,
})
}
pub(crate) enum LoadError {