WIP: Add UI to application #1

Draft
benjamyn wants to merge 16 commits from UI into master
Showing only changes of commit 7c6a4bf70e - Show all commits

View File

@ -51,19 +51,6 @@ pub fn ui(f: &mut Frame, app: &App) {
.constraints([Constraint::Percentage(50), Constraint::Percentage(50)])
.split(chunks[1]);
// let whois_block = Block::default()
// .borders(Borders::RIGHT)
// .style(Style::default());
// let whois_text = Paragraph::new(Text::styled(
// "Whois data in
// style
// with
// multiline support",
// Style::default().fg(Color::Green),
// ))
// .block(whois_block);
// Whois list
let mut whois_list_items = Vec::<ListItem>::new();
for record in &app.whois_info {