summaryrefslogtreecommitdiffstats
path: root/examples/websocket (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-23Update vulnerable `async-tungstenite` dependency in `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-12Rename `on_change` to `on_input` for `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1
2023-04-12Introduce disabled state for `TextInput`Libravatar Dan Mishin1-6/+3
2023-04-11Use `Result::is_err` in `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-11Use `127.0.0.1` instead of `localhost` in `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-04-11Implement `subscription::channel` and simplify `unfold`Libravatar Héctor Ramón Jiménez1-48/+52
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez3-5/+3
2023-02-27Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez1-1/+3
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2-2/+2
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-2/+2
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-2/+2
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-2/+5
2022-11-01Remove patch version from `once_cell` dependencyLibravatar Héctor Ramón Jiménez1-1/+1
2022-10-28Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2-4/+3
2022-08-04Bump `websocket` example version to fix `audit` workflowLibravatar Héctor Ramón Jiménez1-1/+1
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2-6/+17
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-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-16Update `README` file of `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+6
2022-01-16Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez5-0/+399