summaryrefslogtreecommitdiffstats
path: root/examples/pure/todos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-2/+3
| | | | ... and fix collisions with the new `helpers`
* Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez2022-03-082-32/+0
|
* Add `max_width` to `Column` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-1/+9
|
* Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵Libravatar Héctor Ramón Jiménez2022-02-121-1/+1
| | | | `iced_pure`
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-124-0/+650
The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`.