compiled time to render register properly well

This commit is contained in:
filipriec
2025-04-10 19:32:49 +02:00
parent 431882ece9
commit 5f5d690ff3
3 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ use crate::modes::common::commands::CommandHandler;
use crate::config::binds::config::Config;
use crate::state::pages::form::FormState;
use crate::state::pages::auth::AuthState;
use crate::state::pages::auth::RegisterState;
use crate::state::canvas_state::CanvasState;
use crate::ui::handlers::rat_state::UiStateHandler;
use crate::ui::handlers::context::UiContext;
@@ -64,6 +65,7 @@ impl EventHandler {
command_handler: &mut CommandHandler,
form_state: &mut FormState,
auth_state: &mut AuthState,
register_state: &mut RegisterState,
app_state: &mut crate::state::state::AppState,
total_count: u64,
current_position: &mut u64,