DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weatherapp: controls are not interactive

rMazeiks opened this issue · comments

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.