summaryrefslogtreecommitdiffstats
path: root/ui/stash.go
diff options
context:
space:
mode:
authorCarlos Alexandro Becker <caarlos0@users.noreply.github.com>2024-10-31 09:53:59 -0300
committerGitHub <noreply@github.com>2024-10-31 09:53:59 -0300
commitae57cced064f77b4f349078ea1bc8962339a9a10 (patch)
tree4f721f7c2e5fff6bb7c89e78f804d30a76e28a7a /ui/stash.go
parentf1b565125fff2ebe99b3c92fb89bd4bc3ab4ced0 (diff)
fix: remove more stash-related stuff (#656)HEADmaster
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Diffstat (limited to 'ui/stash.go')
-rw-r--r--ui/stash.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/stash.go b/ui/stash.go
index 2334c66..2021966 100644
--- a/ui/stash.go
+++ b/ui/stash.go
@@ -141,7 +141,6 @@ type stashModel struct {
err error
spinner spinner.Model
filterInput textinput.Model
- stashFullyLoaded bool // have we loaded all available stashed documents from the server?
viewState stashViewState
filterState filterState
showFullHelp bool
@@ -726,10 +725,6 @@ func (m stashModel) view() string {
p.Type = paginator.Arabic
pagination = paginationStyle.Render(p.View())
}
-
- // 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(