10 Commits

Author SHA1 Message Date
f5886ae8cf Reform layout code
- Refactor layout code with simpler logic
- Use `GridLayout` to avoid too must nesting
2025-12-02 22:23:34 +05:30
8c1af56e8a Refactor Slint layout code
- Change to `GridLayout`
2025-12-01 22:54:26 +05:30
cfd8c2557c Attempt re-design 2025-11-30 21:37:05 +05:30
5df38a8b63 Change layout
- Change to grid layout with rows
2025-11-26 22:38:38 +05:30
ec99e817c1 Switch back to Slint
- It's simply simpler in Slint
2025-11-25 23:23:26 +05:30
4d10bffe8b Refactor layout code
- Cleanup variable names
- Refactor row & column code
2025-11-10 22:27:34 +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
3262745771 Style popup UI
- Adjust color, size, space, padding, position, etc.
2025-11-04 12:55:40 +05:30
aa4cf1a686 Popup UI basic design
- Design popup UI with slint
2025-11-03 07:15:36 +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