improved list output #281
Merged
6543
merged 12 commits from noerw/tea:issue-244-sorted-list
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'noerw/tea:issue-244-sorted-list'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Refactors list output, enabling common functionality on all listings:
We could also could add dynamic field selection like currently inThis will be part of another PR if we really need itmodules/print/repo.go
, though that would require much more refactoring I think. Any ideas?fixes #244
I think we should use dynamik field selection, but only on specific lists
The issue list for example shoud have it, ... this way we can unify IssuesList, IssuesPullsList and PullsList into a single one ...
a91168fd36
into master 2 years agoa91168fd36
.