diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 93e988c..73dfb38 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -5,5 +5,10 @@ Completed work is recorded in [CHANGELOG.md](CHANGELOG.md), not here. ## Open Items -_No open roadmap items. Release 0.10.0 closed out the refactoring follow-ups, -post-field-test cleanup, and portable packaging work._ +### History tab — column filters (Trigger / Job / State) + +Add dropdown filters above the History table so the user can narrow rows by +trigger source, job name, or run state. Blocked on Fyne native support: the +current `widget.Table` has no built-in filter API, and a filter bar built from +`widget.Select` widgets above the table feels visually out-of-place. Revisit +when Fyne adds first-class column filtering or a composable data-grid widget.