summaryrefslogtreecommitdiffstats
path: root/src/app/layout_manager.rs
AgeCommit message (Expand)Author
2021-02-15feature: add nord and nord-light colours (#406)Clement Tsang
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-29bug: fix bug where you could move down in basic proc when search was off (#211)Clement Tsang
2020-08-26bug: fix searching by command being broken (#204)Clement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-04-27refactor: fix clippy errorsClementTsang
2020-04-27bug: fix empty widget in layoutClementTsang
2020-04-27feature: add battery flagClementTsang
2020-04-23refactor: update error messages to be more uniformClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-07uptick: 0.3.0Clement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang