[WIP] Consent UI, via main UI render System

This commit is contained in:
Alex Emmet 2026-02-18 18:35:56 +01:00
commit a0fddf723f
18 changed files with 1625 additions and 1040 deletions

View file

@ -4,7 +4,10 @@ pub mod elements {
}
pub mod screens {
pub mod screens;
pub mod terms_checker;
pub mod terms_updater;
}
pub mod app_state;
pub mod input_handler;
pub mod interaction_result;
pub mod ui;