Skip to content

Commit

Permalink
Add help footer section (#26)
Browse files Browse the repository at this point in the history
* Add help footer section

* fix firewall crash when no rules

* bump aya version
  • Loading branch information
pythops authored Oct 10, 2024
1 parent 9cc4ffe commit 8f55c6a
Show file tree
Hide file tree
Showing 7 changed files with 551 additions and 394 deletions.
88 changes: 31 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oryx-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ratatui = "0.28"
tui-big-text = "0.6"
tui-input = "0.10"
libc = "0.2"
aya = "0.12"
aya = "0.13"
oryx-common = { path = "../oryx-common" }
mio = { version = "1", features = ["os-poll", "os-ext"] }
itertools = "0.13"
Expand Down
1 change: 1 addition & 0 deletions oryx-tui/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ impl App {
frame,
section_block,
&self.filter.interface.selected_interface.name,
self.active_popup.as_ref(),
);

self.filter.render_on_sniffing(frame, settings_block);
Expand Down
Loading

0 comments on commit 8f55c6a

Please sign in to comment.