working main menu

This commit is contained in:
🪞👃🪞 2025-08-24 02:42:30 +03:00
parent 559d2fc4a1
commit f81f16b47b
7 changed files with 130 additions and 80 deletions

View file

@ -3,14 +3,17 @@ pub use ::{
tek_config::*,
tek_device::{self, *},
tengri::{
Usually, Perhaps, Has, MaybeHas, has, maybe_has,
Usually, Perhaps, Has, MaybeHas, has, maybe_has, impl_debug,
dsl::*, input::*, output::*, tui::*,
tui::ratatui,
tui::ratatui::prelude::buffer::Cell,
tui::ratatui::prelude::Color::{self, *},
tui::ratatui::prelude::{Style, Stylize, Buffer, Modifier},
tui::crossterm,
tui::crossterm::event::{Event, KeyCode::{self, *}},
tui::{
ratatui::{
self, prelude::{Style, Stylize, Buffer, Modifier, buffer::Cell, Color::{self, *}}
},
crossterm::{
self,
event::{Event, KeyCode::{self, *}},
},
}
},
std::{
path::{Path, PathBuf},