Commit Graph

21 Commits

Author SHA1 Message Date
465a2e3108 curtain wizard & bugs fixes 2024-10-09 14:58:08 +03:00
e0049c0aec curtain wizard 2024-10-08 17:02:24 +03:00
208fbd63f3 garage door wizard 2024-10-07 10:26:08 +03:00
3454f0e28d Updated the curtain design 2024-10-07 01:40:16 +03:00
2d54d52061 Updated the curtain desgin and removed unused code 2024-10-06 22:30:28 +03:00
62e80c89a2 Bug fixes 2024-09-23 00:35:07 +03:00
ea3bc4b5e1 curtain changes 2024-09-02 15:04:16 +03:00
9c23ab1399 curtain changes 2024-08-29 16:54:43 +03:00
4257d69768 Implemented Ac functionality, and bug fixes 2024-05-20 02:40:50 +03:00
923e7a2d02 Added the curtain interface 2024-05-07 12:26:54 +03:00
fbe2f5fe53 !! BIG CHANGE TO ASSETS GEN !!
changed the method of generating assets to be more declrative when it comes to names of the assets.

it now include the file path name e.g (asset in the path "assets/images/home-images/home.png" will be generated as this "String assetsImagesHomeImageshome = "path" ".

this will be very helpful in the future when we want to orgnize the assets dir.
2024-05-07 12:26:12 +03:00
414a205833 built the interface for the blind curtains. 2024-05-06 14:38:29 +03:00
c04e64b613 Initilized the Blinds View and its animations 2024-05-01 10:33:24 +03:00
6dfce18703 Refactor UI structure in curtain and light widgets
Simplify UI structure in curtain_view.dart and light_interface.dart by
rearranging the widget tree for better readability and maintainability.
2024-04-07 12:50:12 +03:00
bff4b9493c Refactor device control logic and add temperature and fan speed enums
- Refactor device control logic in the app to improve readability and maintainability.
- Add temperature modes (hot, cold, wind) and fan speeds (auto, low, middle, high) enums.
- Update icon mappings and utility functions for temperature modes and fan speeds.
2024-04-03 18:54:21 +03:00
c0bfd24751 Refactor device-related views and add error handling
Refactor device-related views to improve code structure and readability.
Add error handling for authentication token in the splash view.
Remove unnecessary NavCubit from the app initialization.
2024-03-21 13:58:20 +03:00
65cbf10485 temp 2024-03-17 09:38:26 +03:00
f11b6d8d32 Added page swipe for navigation 2024-03-10 16:57:12 +03:00
b3fcca639a Removed location from models
Added the spaces models
Added the rooms models
Added the Spaces cubit
Implemented the home dropdown functionality
2024-03-06 21:34:23 +03:00
5a9c96b0a8 Built Curtains List view
Modified Category Model(default value of devices status is now null)
Added a category getter in each devices cubit ( AcCubit, LightsCubit ...)
2024-03-05 12:36:57 +03:00
4c27cce519 Switches updated 2024-02-27 10:13:58 +03:00