summaryrefslogtreecommitdiffstats
path: root/lazy/src/pure/responsive.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-388/+0
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-1/+1
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-2/+8
2022-04-25fix: panic when using pure component in pure responsiveLibravatar Nick Senger1-2/+3
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
2022-03-14Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive`Libravatar Héctor Ramón Jiménez1-5/+21
2022-03-07Implement `pure::Responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez1-0/+365