docs: add History column filters to roadmap (pending Fyne support)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-06-25 22:36:03 +03:00
parent 5f36c7a0e1
commit 8cfa16a2bd
+7 -2
View File
@@ -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.