10 Commits

Author SHA1 Message Date
783869c4e7 Cleanup widget/Cargo.toml
- Remove unwanted old dependency crates and comments
2025-11-12 15:33:53 +05:30
4fda55fb2e Update styling
- Add containers for styling
2025-11-08 16:03:50 +05:30
da209164c7 Fix: Text output
- Display weather details instead of empty strings
2025-11-07 11:44:36 +05:30
90aca71e57 Start converting slint to iced
- Port the `slint` code to `iced`
- Display basic window and text
2025-11-06 23:37:55 +05:30
4fe5878d36 Dynamic values
- Pass values to display in Slint UI
- Actual weather data instead of fixed dummy data
2025-11-04 20:05:59 +05:30
d83c5a0aca Begin Slint UI
- Get started with Slint for UI
- Experiment with basic window structure
2025-10-15 22:56:26 +05:30
ebbbf7533f Use cached weather data
- Read `weatherd` cache instead of fetching from API
2025-10-11 15:33:11 +05:30
a5a7e6a5db Remove old library crate
- Replace crate `owm_api25` with new crate
2025-10-10 11:54:10 +05:30
01c12478f6 Separate config loading from API library
- Create new library crate for config parsing
- Modularity & flexibility
2025-09-20 08:41:28 +05:30
1270a3e595 Create Weather API 2.5 Library
- Move API-specific structs to library
- Move API-specific configuration to library
2025-09-19 08:11:44 +05:30