summaryrefslogtreecommitdiffstats
path: root/src/ui/mod.rs
AgeCommit message (Collapse)Author
2020-12-11add a view for showing worker progressJiayi Zhao
2020-02-17rework menu widgetJiayi Zhao
- menu loop is now contained in widget rather than in run.rs - add tui_footer for showing file info - move TuiDirListDetailed into its own file - add format util file for formatting file info - add support for showing file size, symlink paths and modified times
2020-02-16remove ncurses dependencyJiayi Zhao
- clean up code - update theme config - fix localstate tracking file selection not selecting proper files
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao
- move files around - delete some old ncurses code - integrate tui-rs styles and colors
2020-02-11progress on switching to tui-rs for uiJiayi Zhao