summaryrefslogtreecommitdiffstats
path: root/src/interactive
AgeCommit message (Expand)Author
2019-06-06Fix issue with seeing nothing when trying to enter a fileSebastian Thiel
2019-06-06Fix endless loop and infinite memory consumption due to... NAN!!Sebastian Thiel
2019-06-06Let's not get ahead of ourselves ;)Sebastian Thiel
2019-06-06Get rid of black percentage bars :D!Sebastian Thiel
2019-06-06better helpSebastian Thiel
2019-06-06Inform about marked entries in the footerSebastian Thiel
2019-06-06Coloring for marked entriesSebastian Thiel
2019-06-06preparing for displaying the marked state in entries listSebastian Thiel
2019-06-06Remove Widget trait from the HeaderSebastian Thiel
2019-06-06refactorSebastian Thiel
2019-06-05more hotkeysSebastian Thiel
2019-06-05fix sorting; add some alternate keysSebastian Thiel
2019-06-05Clear screen at initializationSebastian Thiel
2019-06-05refactorSebastian Thiel
2019-06-05assure we see something while scanning - entries are now manually providedSebastian Thiel
2019-06-05The block is now not needed anymore - we can just own simple propsSebastian Thiel
2019-06-05Finally, everything was properly ported to tui-reactSebastian Thiel
2019-06-05Entries is now ReactEntries :)Sebastian 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-05FINALLY! It works, and is on the way to using tui-reactSebastian Thiel
2019-06-05what about simply not implementing the trait :D? Concrete types for the win!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-05The first attempt to actually use the ReactList - it's just insane...Sebastian Thiel
2019-06-05extract react to directorySebastian Thiel
2019-06-05an elegant solution to the Block rendering problem - it's not a component aft...Sebastian Thiel
2019-06-05List compiles, but block still makes troubleSebastian Thiel
2019-06-05add react block for use in react-style componentsSebastian Thiel
2019-06-05support for mutable props - useful for iterators for exampleSebastian Thiel
2019-06-05add ReactFooterSebastian Thiel
2019-06-05Help pane is now a component :)Sebastian Thiel
2019-06-05First moderately working step towards react-tui modeSebastian Thiel
2019-06-05Now it work, borrowmut was the problemSebastian Thiel
2019-06-05First attempt to demo it... fail due to type inference issues?Sebastian Thiel
2019-06-05First sketch of componentSebastian Thiel
2019-06-05cleanup terminalSebastian Thiel
2019-06-05Basis for react-like terminal implementation - that way we can have stateSebastian Thiel
2019-06-05Use entries from the state contained in the parent appSebastian Thiel
2019-06-05EntryDataBundle with all data we need: next - don't query during drawSebastian Thiel
2019-06-05step 1: we store entries as we enter/exit nodesSebastian Thiel
2019-06-05Sorted entries now fetches the Path as well, prep for entries refactoringSebastian Thiel
2019-06-05Show missing files in red. Also reveals: we need to refactor entries...Sebastian Thiel
2019-06-05make app.rs into module directory, incl. further splitsSebastian Thiel
2019-06-05move sorted_entries closer to where it is usedSebastian Thiel
2019-06-05move application tests closer to... the application. Nice!Sebastian Thiel
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-04typo :DSebastian Thiel
2019-06-04use most verbose visualization by default after scanningSebastian Thiel