[Add] Terms UI, [WIP] Main UI

This commit is contained in:
Alex Emmet 2026-02-18 19:11:43 +01:00
commit bac1c608fe
13 changed files with 450 additions and 112 deletions

View file

@ -3,6 +3,7 @@ pub mod elements {
pub mod log_card;
}
pub mod screens {
pub mod main_screen;
pub mod screens;
pub mod terms_checker;
pub mod terms_updater;