From e64fc619260cd49e70f2e2e8265dd6221715676c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 19 Oct 2024 11:49:23 +0200 Subject: [PATCH] feat: add hyperlog Signed-off-by: kjuulh --- buf.yaml | 4 ++++ crates/hyperlog-tui/src/components/graph_explorer.rs | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 buf.yaml diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 0000000..695cda4 --- /dev/null +++ b/buf.yaml @@ -0,0 +1,4 @@ +version: v2 +modules: + - path: crates/hyperlog-protos/proto + name: buf.build/noschemaplz/hyperlog diff --git a/crates/hyperlog-tui/src/components/graph_explorer.rs b/crates/hyperlog-tui/src/components/graph_explorer.rs index d8da75a..723ac42 100644 --- a/crates/hyperlog-tui/src/components/graph_explorer.rs +++ b/crates/hyperlog-tui/src/components/graph_explorer.rs @@ -392,7 +392,6 @@ impl<'a> StatefulWidget for GraphExplorer<'a> { fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) { let Rect { height, .. } = area; - let _height = height as usize; if let Some(graph) = &state.graph { let movement_graph: MovementGraph =