summaryrefslogtreecommitdiffstats
path: root/src/components
AgeCommit message (Expand)Author
2023-06-03other: fix links and broken references in doc comments (#1182)Clement Tsang
2023-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-03-11clippy: appease clippy as of Rust 1.68.0 (#1055)Clement Tsang
2023-02-18bug: fix selected text bg colour being wrong if only the fg colour was set (#...Clement Tsang
2023-01-20bug: fix axis labels not being styled (#994)Clement Tsang
2023-01-04bug: fix CPU 'all' label missing on small sizes (#953)Clement Tsang
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-12-30other: use custom time chart grid implementation (#937)Clement Tsang
2022-12-27bug: fix dot marker setting not being considered (#934)Clement Tsang
2022-12-05bug: fix incorrect text width calculation (#925)Clement Tsang
2022-11-29other: slightly reduce the CPU time spent for draws (#918)Clement Tsang
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-10refactor: run cargo +nightly fmt with group_imports (#885)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-13refactor: move point definition to tui_rs widget (#832)Clement Tsang
2022-10-13refactor: switch to pipe gauge implementation for basic cpu + mem (#829)Clement Tsang
2022-10-12refactor: switch to associated type for SortsRow (#828)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-08-15refactor: minor tweak to update_position codeClementTsang
2022-08-15feature: clamp scrolling (#775)ViridiCanis
2022-06-03refactoring: Move around components and state (#746)Clement Tsang