Skip to content

Commit

Permalink
Add infinite scrolling to choose
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Rusin authored and rusinikita committed Jun 4, 2024
1 parent 0c1cd65 commit e82be08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions choose/choose.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func New() tea.Model {
listModel.SetShowStatusBar(false)
listModel.StatusMessageLifetime = 5 * time.Second
listModel.Title = "Select challenge"
listModel.InfiniteScrolling = true

return choose{
list: listModel,
Expand Down

0 comments on commit e82be08

Please sign in to comment.