Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrollable: extract scrolling behavior for reuse | Koni Marti | 2022-03-03 | 1 | -38/+7 |
| | | | | | | | | | 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> | ||||
* | dirtree: implement foldable tree for directory list | Koni Marti | 2022-02-23 | 1 | -0/+468 |
implement a foldable tree for the directory list. Expand all parent directories when a hidden directory is selected with the change-folder command. folders-sort considers the top-level directories only. The folders and foldersexclude filters work with the full directory path. Enable tree view by adding 'dirlist-tree=true' to the config file. Implements: https://todo.sr.ht/~sircmpwn/aerc2/228 Signed-off-by: Koni Marti <koni.marti@gmail.com> |