glow/ui
Nicolas Martin aba133b7e6 There's always at least 1 page available in the paginator
Passing 0 to `paginator.SetTotalPages()` is ineffective as it won't alter the
model (paginator needs at least 1 page) and therefore doesn't update the page
count. Filtering can lead to 0 items in the stash view - in this case we still
want to have a page available in the paginator - so we also have pass 1 to
`setTotalPages()`.
2020-11-17 15:57:55 -05:00
..
consts_unix.go Don't use emojis on Windows 2020-10-13 15:14:07 -04:00
consts_windows.go Don't use emojis on Windows 2020-10-13 15:14:07 -04:00
ignore_darwin.go Use filepath.Join rather than string concatenation 2020-10-05 13:54:39 +02:00
ignore_general.go Add missing comma 2020-10-05 13:54:24 +02:00
markdown.go Move markdown types into a separate file 2020-10-05 13:54:24 +02:00
pager.go Respect width flag/config setting in the TUI; closes #168 2020-10-23 23:38:28 -04:00
stash.go There's always at least 1 page available in the paginator 2020-11-17 15:57:55 -05:00
stashitem.go Dim search results during filtering 2020-11-17 15:57:55 -05:00
ui.go Add stash states for searching through notes 2020-11-17 15:57:55 -05:00