DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust
498 stars 63 forks source link

weatherapp: controls are not interactive #11

Closed rMazeiks closed 1 year ago

rMazeiks commented 2 years ago

In the weather app, there is a "search" bar as well as a list of locations to choose from. However, despite appearances, none of these are actually interactive – the entire interface is hard-coded.

I would suggest either removing the controls or making an actual interactive app. The current example is likely to confuse anyone trying it out.