summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets
AgeCommit message (Expand)Author
8 daysReplace tui_react::Terminal with tui::TerminalMatt Armstrong
2024-03-10fix: mark-pane help bar now shows closest to the selected item.Sebastian Thiel
2024-03-10fix possible overflow during substraction in mark paneSebastian Thiel
2024-03-10Add scrollbar for mark listCyandev
2024-03-09avoid iterating a potentially long list doublySebastian Thiel
2024-03-09Add scrollbar for main listCyandev
2024-01-17refactorSebastian Thiel
2024-01-17make `Shift+r` do more than 'r'Sebastian Thiel
2024-01-14Various updates based on the code review feedback:Piotr Wach
2024-01-14cargo clippy & fmtPiotr Wach
2024-01-14Fix file countPiotr Wach
2024-01-14Fix traversal statsPiotr Wach
2024-01-09feat: show and hide mtime and item count columns with 'M' and 'C' respectivelyPiotr Wach
2024-01-09refactorSebastian Thiel
2024-01-07Clean-up init functionPiotr Wach
2024-01-07Move AppState to separate filePiotr Wach
2023-12-27Merge branch 'logging'Sebastian Thiel
2023-12-27enforce Rust 2021 styleSebastian Thiel
2023-12-27fix: consistent language across the application and improved style of the Hel...Sebastian Thiel
2023-12-26Keep consistent language/punctuation/case throughout the app.Piotr Wach
2023-12-26fix: avoid duplicate key input on windows (#203).Sebastian Thiel
2023-12-26upgrade to latest verison of tui-crates and native crossterm events. (#203)Sebastian Thiel
2023-12-23use `gix-glob` for matching; support for matching dirs only.Sebastian Thiel
2023-12-23remove treeview abstraction in favor of something simplerSebastian Thiel
2023-12-23refactor glob widgetSebastian Thiel
2023-12-22more copy-on-write for entriesSebastian Thiel
2023-12-22refactor shorteningSebastian Thiel
2023-12-22thanks clippySebastian Thiel
2023-12-20Shorten long paths so that they fit on the screenPiotr Wach
2023-12-20Glob most used keysPiotr Wach
2023-12-20Fix formattingPiotr Wach
2023-12-20Fix cursor renderingPiotr Wach
2023-12-19Replace EntryData in EntryDataBundle with individual propertiesPiotr Wach
2023-12-19Implements glob search modePiotr Wach
2023-12-13make clear why roots were special cased, and try to restore that behaviour.Sebastian Thiel
2023-12-13Adds the missing '/' prefix for root directoriesPiotr Wach
2023-12-10Merge branch 'main_windows_render_refactor'Sebastian Thiel
2023-12-10refactorSebastian Thiel
2023-12-10refactorSebastian Thiel
2023-12-10Calculates mark pane item count consistently with the rest of the appPiotr Wach
2023-12-10Refactors MainWindow render to make it more readablePiotr Wach
2023-12-09upgrade to latest crossterm; switch to `ratatui` from `tui`Sebastian Thiel
2023-12-09feat: Add total size to header bar and change to aggregate, human-readable it...Sebastian Thiel
2023-12-09Displays total item countPiotr Wach
2023-12-09assure sorting of entry-counts takes files into consideration.Sebastian Thiel
2023-12-09refactorSebastian Thiel
2023-12-08Adds keybinding for 'c' to toggle sorting by number of itemsPiotr Wach
2023-12-08refactorSebastian Thiel
2023-12-08Fix visual changesPiotr Wach
2023-12-08Refactors entries panel by moving code to separate functionsPiotr Wach