login page using canvas for forms

This commit is contained in:
filipriec
2025-08-28 21:07:23 +02:00
parent 6e221ef8c1
commit 19a9bab8c2
8 changed files with 195 additions and 101 deletions

View File

@@ -76,11 +76,11 @@ pub fn render_ui(
// Page rendering is now fully router-driven
match &mut router.current {
Page::Intro(state) => render_intro(f, state, main_content_area, theme),
Page::Login(state) => render_login(
Page::Login(page) => render_login(
f,
main_content_area,
theme,
state,
page,
app_state,
),
Page::Register(state) => render_register(