Replace commented-out code about stash-related pagination with a note

This commit is contained in:
Christian Rocha 2020-08-13 12:32:48 -04:00 committed by Christian Muehlhaeuser
parent bf683538f8
commit 2c3c5a8c87

View file

@ -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(