Compare commits
1 Commits
439d3af7d3
...
802cf8e9d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 802cf8e9d3 |
@ -20,6 +20,9 @@ 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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user