From 9de21c23fac3833fba2dab9adeb0cfe04cf44c53 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Thu, 24 Oct 2024 18:04:47 +0200 Subject: rewrote ui.rs --- src/bibiman.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bibiman.rs') diff --git a/src/bibiman.rs b/src/bibiman.rs index 988bac8..5d8dbf2 100644 --- a/src/bibiman.rs +++ b/src/bibiman.rs @@ -15,10 +15,8 @@ // along with this program. If not, see . ///// -use crate::app::App; use crate::bibiman::{bibisetup::*, search::BibiSearch}; use crate::cliargs::CLIArgs; -use crate::tui::commandnew::CmdAction; use crate::{bibiman::entries::EntryTable, bibiman::keywords::TagList}; use arboard::Clipboard; use color_eyre::eyre::{Ok, Result}; @@ -36,8 +34,6 @@ pub enum CurrentArea { EntryArea, TagArea, SearchArea, - HelpArea, - InfoArea, } // Check which area was active when popup set active -- cgit v1.2.3