summaryrefslogtreecommitdiffstats
path: root/web/src/widget/scrollable.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-061-2/+2
|
* Make many functions `const`Libravatar Nikolai Vazquez2019-11-291-2/+2
| | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`.
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-0/+157
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation