feat(tui): debug log panel toggle
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
//! to test in isolation.
|
||||
|
||||
mod command_palette;
|
||||
mod debug_log;
|
||||
mod file_icons;
|
||||
mod file_tree;
|
||||
mod keymap;
|
||||
@@ -13,6 +14,7 @@ mod search;
|
||||
mod workspace;
|
||||
|
||||
pub use command_palette::{CommandPalette, ModelPaletteEntry, PaletteGroup, PaletteSuggestion};
|
||||
pub use debug_log::{DebugLogEntry, DebugLogState, install_global_logger};
|
||||
pub use file_icons::{FileIconResolver, FileIconSet, IconDetection};
|
||||
pub use file_tree::{
|
||||
FileNode, FileTreeState, FilterMode as FileFilterMode, GitDecoration, VisibleFileEntry,
|
||||
|
||||
Reference in New Issue
Block a user