From 2c3c5a8c87ab86962e9a695aa4da7ef36f55204f Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 13 Aug 2020 12:32:48 -0400 Subject: [PATCH] Replace commented-out code about stash-related pagination with a note --- ui/stash.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ui/stash.go b/ui/stash.go index 4d20d8d..cb4a853 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -526,11 +526,9 @@ func stashView(m stashModel) string { pagination = common.Subtle(paginator.View(m.paginator)) } - /* - if !m.stashFullyLoaded { - pagination += common.Subtle(" ยทยทยท") - } - */ + // We could also look at m.stashFullyLoaded and add an indicator + // showing that we don't actually know how many more pages there + // are. } s += fmt.Sprintf(