summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/list_renderer.go
AgeCommit message (Collapse)Author
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller
Not used by anything yet.
2023-08-28Make RenderDisplayStrings return the column positionsStefan Haller
Not used by anything yet, but we'll need it later in this branch.
2023-08-28Change RenderDisplayStrings to return a slice of stringsStefan Haller
We'll join them with newlines afterwards. This will make it easier to insert other (non-model) items.
2023-08-28Extract a ListRenderer structStefan Haller
I'm doing this not so much because it's a great abstraction, but just because it will make it much easier to write tests for it.