refactor logviewer

This commit is contained in:
Jana Dönszelmann 2026-02-25 11:34:30 +01:00
parent 7ea9d84228
commit 79639be9da
No known key found for this signature in database
9 changed files with 425 additions and 239 deletions

4
src/tui/widgets/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod hyperlink;
pub mod items;
pub mod line_text;
pub mod styled;