summaryrefslogtreecommitdiffstats
path: root/examples/pure/component (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-272-184/+0
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-2/+1
| | | | ... and check those in CI as well!
* Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-291-4/+6
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-2/+4
|
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-261-4/+0
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-1/+8
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-162-5/+4
| | | | ... and fix collisions with the new `helpers`
* Implement `pure::Responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez2022-03-071-2/+2
|
* Implement `pure` version of `component` exampleLibravatar Héctor Ramón Jiménez2022-02-172-0/+179