summaryrefslogtreecommitdiffstats
path: root/examples/todos.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use `String::clone` in todo exampleLibravatar memoryruins2019-11-071-1/+1
|
* Implement cursor movement in `TextInput`Libravatar Héctor Ramón Jiménez2019-10-311-20/+20
|
* Implement task addition in `todos` exampleLibravatar Héctor Ramón Jiménez2019-10-301-8/+55
|
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-0/+69
Also started a `todos` example to showcase it!