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

@@ -26,7 +26,6 @@ pub fn render_login(
// FIX: take &LoginState (reference), not owned
login_state: &LoginState,
app_state: &AppState,
is_edit_mode: bool,
) {
// Main container
let block = Block::default()

View File

@@ -21,7 +21,6 @@ pub fn render_register(
theme: &Theme,
state: &RegisterState,
app_state: &AppState,
is_edit_mode: bool,
) {
let block = Block::default()
.borders(Borders::ALL)