summaryrefslogtreecommitdiff
path: root/widgets/scrollable.go
AgeCommit message (Collapse)Author
2022-03-03scrollable: extract scrolling behavior for reuseKoni Marti
Extract the vertical scrolling ability into its own Scrollable struct that can be embedded and reused across any ui element that relies on scrolling. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>