Yet another accomplishment: brick-list-search #443
Replies: 4 comments 3 replies
-
Congrats on a second release! I looked at the code and I noticed that it doesn't use |
Beta Was this translation helpful? Give feedback.
-
Okay, cool. Thanks for the context.
|
Beta Was this translation helpful? Give feedback.
-
By the way, is there a way to scroll to the bottom or the top even if the current item is not at the bottom or the top? If I scroll down and up, the first separator at the top is not shown. |
Beta Was this translation helpful? Give feedback.
-
Yes; to do that you'll need to scroll the list's viewport in your event handler. You'll need to use vScrollToEnd. |
Beta Was this translation helpful? Give feedback.
-
I just published https://hackage.haskell.org/package/brick-list-search which allows anyone to easily search forward or backward for a specific kind of element.
For example, you can skip list separators when you move up or down by searching for a list item that is not a separator.
Do you like it? Do you see yourself using it?
Beta Was this translation helpful? Give feedback.
All reactions