summaryrefslogtreecommitdiffstats
path: root/pure/src/overlay.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-29/+0
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-1/+4
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-05-02Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez1-0/+5
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
... and fix collisions with the new `helpers`
2022-02-17Implement `pure::Component` in `iced_lazy`Libravatar Héctor Ramón Jiménez1-3/+3
2022-02-16Add `overlay` support in `iced_pure` and port `PickList` :tada:Libravatar Héctor Ramón Jiménez1-0/+21