Skip to content

Commit d2752fe

Browse files
committed
chore: add todos
1 parent 3a2e82a commit d2752fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ impl LogViewerApp {
112112
.main_list_fields()
113113
.iter()
114114
.take(n - 1)
115+
// TODO 1: Check if this should be just `n` and not `n-1`
115116
{
116117
table_builder = table_builder.column(Column::auto());
117118
}
@@ -612,6 +613,7 @@ impl LogViewerApp {
612613
} else {
613614
"Click to Highlight warning"
614615
};
616+
// TODO 3: Add an option to select how fields are filter and not only exact match
615617
if ui
616618
.colored_label(color, "(Field filtering enabled)")
617619
.on_hover_text(hint_text)

0 commit comments

Comments
 (0)