mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-04 02:24:11 +02:00
log index type
This commit is contained in:
parent
7584aff9ea
commit
efcb86d2cf
8 changed files with 33 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::app::{App, Filter};
|
||||
use crate::logline::{format_time, LogLine};
|
||||
use crate::logfile::logline::{format_time, LogLine};
|
||||
use crate::ui::state::GroupedLogGrouping;
|
||||
use crate::ui::style::TABLE_HEADER_STYLE;
|
||||
use crate::ui::table::{ScrollbarTable, ScrollbarTableState};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use crate::logline::{format_time, FullException, FullLogLine, Trace};
|
||||
use crate::logfile::logline::{format_time, FullException, FullLogLine, Trace};
|
||||
use crate::ui::style::TABLE_HEADER_STYLE;
|
||||
use crate::ui::table::{ScrollbarTable, ScrollbarTableState};
|
||||
use ratatui::prelude::*;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use crate::app::{App, Filter, LogMatch, EMPTY_FILTER};
|
||||
use crate::logline::{FullLogLine, LogLine};
|
||||
use crate::logfile::logline::{FullLogLine, LogLine};
|
||||
use crate::ui::footer::FooterParams;
|
||||
use crate::ui::input::{PopMode, UiEvent};
|
||||
use crate::ui::table::ScrollbarTableState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue