admin panel for admin

This commit is contained in:
filipriec
2025-04-16 13:21:59 +02:00
parent eee12513dd
commit cc994fb940
3 changed files with 170 additions and 12 deletions

View File

@@ -109,6 +109,7 @@ pub fn render_ui(
} else if app_state.ui.show_admin {
crate::components::admin::admin_panel::render_admin_panel(
f,
app_state,
auth_state,
admin_state,
main_content_area,