[WIP] Console Box for Main UI

This commit is contained in:
Alex Emmet 2026-02-19 09:54:17 +01:00
commit b8658e84b9
9 changed files with 409 additions and 19 deletions

View file

@ -1,4 +1,5 @@
pub mod elements {
pub mod console_card;
pub mod elements;
pub mod log_card;
}
@ -8,6 +9,9 @@ pub mod screens {
pub mod terms_checker;
pub mod terms_updater;
}
pub mod util {
pub mod borders;
}
pub mod app_state;
pub mod input_handler;
pub mod interaction_result;