summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-10-08 16:46:04 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-10-08 18:45:36 +0200
commit3d6965ccbbd992adc7cd68015dfd38309cbc8835 (patch)
treedeaf6ae598dd10e06747d248269c37e4c5addfb9 /pkg/gui/context
parent707fa37160e82c1c88cc44a7ae07762ccec48008 (diff)
Add inline status for pushing tags and deleting remote tags
Diffstat (limited to 'pkg/gui/context')
-rw-r--r--pkg/gui/context/tags_context.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/gui/context/tags_context.go b/pkg/gui/context/tags_context.go
index 4a9f525f6..3da5a9576 100644
--- a/pkg/gui/context/tags_context.go
+++ b/pkg/gui/context/tags_context.go
@@ -27,7 +27,10 @@ func NewTagsContext(
)
getDisplayStrings := func(_ int, _ int) [][]string {
- return presentation.GetTagListDisplayStrings(viewModel.GetItems(), c.Modes().Diffing.Ref)
+ return presentation.GetTagListDisplayStrings(
+ viewModel.GetItems(),
+ c.State().GetItemOperation,
+ c.Modes().Diffing.Ref, c.Tr)
}
return &TagsContext{