Update UI elements and implement user settings for customization

This commit is contained in:
Nate Butler 2023-10-18 15:42:10 -04:00
parent 6e3393c93f
commit 289255d67a
9 changed files with 163 additions and 32 deletions

View file

@ -4,6 +4,7 @@ mod components;
mod element_ext;
mod elements;
pub mod prelude;
mod settings;
mod static_data;
mod theme;