summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/footer.rs
AgeCommit message (Expand)Author
2024-01-17refactorSebastian Thiel
2024-01-14cargo clippy & fmtPiotr Wach
2024-01-14Fix traversal statsPiotr Wach
2023-12-26Keep consistent language/punctuation/case throughout the app.Piotr Wach
2023-12-09upgrade to latest crossterm; switch to `ratatui` from `tui`Sebastian Thiel
2023-12-08Adds keybinding for 'c' to toggle sorting by number of itemsPiotr Wach
2023-11-24Adds keybinding 'm' to toggle sorting by modified timePiotr Wach
2023-05-05feat: TUI now shows performance metrics while scanning and after.Sebastian Thiel
2022-02-21Adjust to changes in clapSebastian Thiel
2021-05-29thanks clippySebastian Thiel
2020-07-22Upgrade to tui 0.10 step oneā€¦tui-react-v0.10.0Sebastian Thiel
2020-07-02Use u128 for byte sizesThomas Hurst
2020-05-04Upgrade to tui 0.9v2.6.0tui-react-v0.4.0Sebastian Thiel
2020-03-30clippySebastian Thiel
2019-07-24Fix color scheme for light terminalsVinzent Steinberg
2019-06-07moved marked information from footer to title of mark paneSebastian Thiel
2019-06-06Move ownership of marked entries to the MarkPaneSebastian Thiel
2019-06-06Inform about marked entries in the footerSebastian Thiel
2019-06-06refactorSebastian Thiel
2019-06-05Add tui-react as library - it's proven (enough)...Sebastian Thiel
2019-06-05Make clear the Component is very a TopLevelComponent, very special!Sebastian Thiel
2019-06-05removed propsmut in the hope it will work then, but not quite (yet?)Sebastian Thiel
2019-06-05Revert "An attempt to make it better by removing BorrowMut... to no avail, bu...Sebastian Thiel
2019-06-05An attempt to make it better by removing BorrowMut... to no avail, but differ...Sebastian Thiel
2019-06-05support for mutable props - useful for iterators for exampleSebastian Thiel
2019-06-05add ReactFooterSebastian Thiel
2019-06-04Support for changing the percentage displaySebastian Thiel
2019-06-04Properly fix byte column width handlingSebastian Thiel
2019-06-04prettier footer - one-line paragraphs for the winSebastian Thiel
2019-06-04separate modules files for widgetsSebastian Thiel