summaryrefslogtreecommitdiffstats
path: root/examples/websocket/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-28Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott1-3/+2
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-6/+16
2022-07-27Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez1-7/+8
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-31/+28
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2-7/+7
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-1/+1
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-1/+2
2022-01-16Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez3-0/+365