is edit mode is gone from the codebase

This commit is contained in:
filipriec
2025-08-24 16:54:18 +02:00
parent b2a82fba30
commit 18393ff661
6 changed files with 14 additions and 16 deletions

View File

@@ -82,7 +82,6 @@ pub fn render_ui(
theme,
state,
app_state,
state.current_field() < 2,
),
Page::Register(state) => render_register(
f,
@@ -90,7 +89,6 @@ pub fn render_ui(
theme,
state,
app_state,
state.current_field() < 4,
),
Page::Admin(state) => crate::components::admin::admin_panel::render_admin_panel(
f,