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:
+7
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user