summaryrefslogtreecommitdiffstats
path: root/web/src/element.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `Clone` bound for `Element::map`Libravatar Héctor Ramón Jiménez2020-01-131-4/+4
|
* Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-4/+4
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-3/+6
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-12/+36
|
* Make `iced_core::Button` customizableLibravatar Héctor Ramón Jiménez2019-10-081-0/+8
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-151-5/+20
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+47