Robert Eichler
Robert Eichler
Hello, I noticed that the text rendering cuts off whole words. It seems that the width of the characters is not calculated correctly. Maybe a rounding mistake?  Here is...
First draft of a `Menu` widget.  Open TODOs: * [x] Disable entries. This could be achieved by changing `Message` to `Optional`. * [x] Toggle-able entries. This could be achieved...
Steps to reproduce: 1. create a new project: `cargo new foo` 2. add iced_web to the dependencies: ```Rust [dependencies] iced_web = { git="https://github.com/iced-rs/iced_web", branch="master" } ``` 3. build it for...
Hello, I've noticed that the `Scrollable` widget on `iced_web` applies `max_with` to it's content, but not on itself. Which results in having the width of the scrollable `DIV` to not...