Candifloss 3540f8d75a Refactor weather popup to use WeatherResponse and Config directly
- Update `main.rs` to pass `WeatherResponse` and `Config` directly to the `show_popup` function.
- Refactore `show_popup.rs` to receive `WeatherResponse` and `Config` as parameters and handle UI rendering accordingly.
- Remove redundant parsing of weather data and configuration within the popup.
- Simplifie the data flow by directly passing the necessary structures to the popup.
2025-11-07 17:53:05 +05:30
..
2025-11-04 20:05:59 +05:30
2025-11-06 23:37:55 +05:30
2025-11-07 11:44:36 +05:30