summaryrefslogtreecommitdiffstats
path: root/src/app/widgets
AgeCommit message (Expand)Author
2022-11-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang
2022-11-20other: some cleanup in proc widget (#903)Clement Tsang
2022-11-17other: deduplicate sorts, always sort proc by PID first (#898)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-10feature: search paste support (#881)Clement Tsang
2022-11-06bug: fix spacing for disk table widget headers when sortingClementTsang
2022-11-06feature: basic sortable disk (#870)Clement Tsang
2022-11-05feature: basic sortable temp (#868)Clement Tsang
2022-11-04refactor: clippy and small cleanup/comments (#865)Clement Tsang
2022-11-02refactor: move data passing for table to another step (#863)Clement Tsang
2022-10-16refactor: move some state code around (#839)Clement Tsang
2022-10-12refactor: switch to associated type for SortsRow (#828)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-07-07bug: fix total read/write units having /s (#763)Clement Tsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-16bug: hide user column for non-unixClementTsang
2022-05-16bug: fix a variety of bugsClementTsang
2022-05-15refactor: simplify partial ordering fn, clean up codeClementTsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-05-15other: delete redundant code, run clippy and fmtClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang