feat(redo-ui): wip
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-10 21:12:39 +02:00
parent b3d6b77752
commit 4a36116300
5 changed files with 245 additions and 280 deletions

View File

@@ -1,8 +1,4 @@
use ratatui::prelude::*;
pub trait RenderGraph {
fn render_graph(&self, items: &[usize]) -> Vec<Line>;
fn render_graph_spans(&self, items: &[usize]) -> Vec<Vec<Span>>;
}
pub mod classic;
pub mod summarize;