Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: apply new formatting rules | Moritz Poldrack | 2022-08-01 | 1 | -1/+0 |
| | | | | | | | Run `make fmt`. Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | scrollable: extract scrolling behavior for reuse | Koni Marti | 2022-03-03 | 1 | -0/+68 |
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> |