Compare commits

..

1 Commits

Author SHA1 Message Date
439d3af7d3 [tui] Open application with no editor tab.
The explorer can be used to open the first tab.
2026-01-25 15:22:47 -05:00

View File

@ -20,9 +20,6 @@ use ratatui::widgets::{Paragraph, Wrap};
use std::path::PathBuf; use std::path::PathBuf;
use std::time::Duration; use std::time::Duration;
// TODO: Need a way to dynamically run Widget::render on all widgets.
// TODO: + Need a way to map Rect to Component::id() to position each widget?
// TODO: Need a good way to dynamically run Component methods on all widgets.
#[derive(Debug, Clone, Copy, PartialEq)] #[derive(Debug, Clone, Copy, PartialEq)]
pub enum AppComponent { pub enum AppComponent {
AppEditor, AppEditor,