Many fixes in UI; Help command

This commit is contained in:
ChristianVisintin
2020-11-29 17:46:56 +01:00
parent 28435aaeda
commit cd35dac4a5
3 changed files with 237 additions and 102 deletions

View File

@@ -348,7 +348,7 @@ impl AuthActivity {
/// Draw header
fn draw_header(&self) -> Paragraph {
Paragraph::new(" _____ ____ ____ ____ \n|_ _|__ _ __ _ __ ___ / ___| / ___| _ \\ \n | |/ _ \\ '__| '_ ` _ \\\\___ \\| | | |_) |\n | | __/ | | | | | | |___) | |___| __/ \n |_|\\___|_| |_| |_| |_|____/ \\____|_| \n")
.style(Style::default().fg(Color::LightYellow).add_modifier(Modifier::BOLD))
.style(Style::default().fg(Color::White).add_modifier(Modifier::BOLD))
}
/// ### draw_footer