summaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/tui_tab.rs
AgeCommit message (Collapse)Author
2021-02-09add experimental support for long textfieldsJeff Zhao
2021-02-03rework how folder view behavesJeff Zhao
- instead of remembering to print less pixels, we set it at folder_view - rework how tab printing works
2020-12-13code cleanup and fix path not showing when too longJiayi Zhao
2020-12-12fix crash caused by char boundary slicingJiayi Zhao
2020-10-11cargo fmtJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
- fixed bug where io tasks would not run when user is in a textfield or prompt - fixed bug where cut doesn't work - rework structs to have private fields and public functions - move IOWorkerObserver into seperate file - move code from TuiView to TuiFolderView
2020-08-29big rework and dependency updateJiayi Zhao
- abstract JoshutoContext implementation behind functions - rework io workers in an attempt to fix a bug - update dependencies - remove JoshutoContextWorker
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
- code cleanup - pageup and pagedown now work properly