summaryrefslogtreecommitdiffstats
path: root/examples/pure/component/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-172/+0
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-2/+1
... and check those in CI as well!
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-4/+6
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-2/+4
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-4/+0
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-1/+8
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-04-25remove exampleLibravatar Nick Senger1-9/+5
2022-04-25add exampleLibravatar Nick Senger1-5/+9
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-5/+3
... and fix collisions with the new `helpers`
2022-03-07Implement `pure::Responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez1-2/+2
2022-02-17Implement `pure` version of `component` exampleLibravatar Héctor Ramón Jiménez1-0/+168