summaryrefslogtreecommitdiffstats
path: root/tui-react
AgeCommit message (Collapse)Author
2020-05-04Upgrade to tui 0.9v2.6.0tui-react-v0.4.0Sebastian Thiel
2020-04-12fix clippy lintsSebastian Thiel
2020-04-03Minor bump for tui default features = falseSebastian Thiel
2020-04-03Disable default features for tui in tui-reactMichael
The only default feature in tui is the termion backend, but tui-react doesn't depend on any backend. With the termion backend enabled by default you can't change it to another backend in other crates.
2020-03-30Revert attempt to use tui-react's drawing…Sebastian Thiel
…as it is consistently slower. Don't know what to do there. Fair enough.
2020-03-30Revert "use tui-react to draw text…"Sebastian Thiel
This reverts commit e8c00b70
2020-03-30cleanupSebastian Thiel
2020-03-30use tui-react to draw text…Sebastian Thiel
…for a chance to get it to be faster. Right now, it isn't though, graphemes are killing it.
2020-03-29Import plenty of utilities from prodash into tui-reacttui-react-v0.2.2Sebastian Thiel
2020-02-25Add license file to TUI-react; include it in dua, update dependenciesv2.3.2tui-react-v0.2.1Sebastian Thiel
related to https://github.com/Byron/dua-cli/issues/38
2020-02-01New release of tui-reactSebastian Thiel
2020-02-01Update tui to 0.8Sebastian Thiel
2019-07-22Forbid unsafe everywhereSebastian Thiel
Looks much better in cargo-geiger, and is the right thing to do I believe. Most crates should be able to work without any unsafe.
2019-07-02prep for re-releasev2.1.4Sebastian Thiel
2019-06-07Proper scrolling in mark paneSebastian Thiel
If something is selected, it behaves like you expect. Otherwise, it always shows the bottom of the list.
2019-06-07Happy clippySathish
2019-06-06refactorSebastian Thiel
2019-06-06remove obsolete annotationsSebastian Thiel
2019-06-05Clear screen at initializationSebastian Thiel
2019-06-05The block is now not needed anymore - we can just own simple propsSebastian Thiel
2019-06-05Updated readmesSebastian 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
...to be working and worth a slot on crates.io :D