about summary refs log tree commit diff stats
path: root/widgets/directories.go
Commit message (Collapse)AuthorAgeFilesLines
* Simplify approach to directory listDrew DeVault2019-01-131-3/+18
| | | | This doesn't really need to be abstract tbh
* Revert "Add abstract list, update dirlist accordingly"Drew DeVault2019-01-131-45/+26
| | | | This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267.
* Revert "Render selected list item differently"Drew DeVault2019-01-131-7/+3
| | | | This reverts commit 60284850f22624a03996e882fcfd6aeb2af88b93.
* Render selected list item differentlyDrew DeVault2019-01-131-3/+7
|
* Add abstract list, update dirlist accordinglyDrew DeVault2019-01-131-26/+45
|
* Filter dirlist according to user configDrew DeVault2019-01-131-5/+18
|
* Add directory list widgetDrew DeVault2019-01-131-0/+58