|
88a7607395
|
Refactor TwoGangGlassSwitchBloc to integrate new service dependencies and utilize a factory for instantiation. Enhanced event handling methods for improved error management and state updates, including real-time status listening from Firebase.
|
2025-06-03 10:33:33 +03:00 |
|
|
f58ddf76da
|
Refactor LivingRoomBloc to integrate new service dependencies and utilize a factory for instantiation. Enhanced event handling methods for improved error management and state updates, including real-time status listening from Firebase.
|
2025-06-03 10:19:10 +03:00 |
|
|
a71a66034c
|
Refactor ThreeGangGlassSwitchBloc to integrate new service dependencies and utilize a factory for instantiation. Enhanced event handling methods for improved error management and state updates.
|
2025-06-03 09:49:26 +03:00 |
|
|
b06a23cc60
|
Refactor WallLightSwitchBloc to integrate new service dependencies and utilize a factory for instantiation. Improved event handling methods for better error management and state updates.
|
2025-06-02 16:40:13 +03:00 |
|
|
5595bb7f25
|
Refactor OneGangGlassSwitchBloc to utilize new service dependencies and implement a factory for instantiation. Enhanced event handling methods for improved error management and state updates.
|
2025-06-02 16:35:55 +03:00 |
|
|
8e11749ed7
|
Prepared for aqi distribution API Integration.
|
2025-06-02 16:13:58 +03:00 |
|
|
7bc9079212
|
reverted a comment.
|
2025-06-02 14:30:07 +03:00 |
|
|
97801872e0
|
Implemented an initial remote implementation of RangeOfAqiService .
|
2025-06-02 14:29:04 +03:00 |
|
|
fa9210f387
|
added fromJson factory methods to RangeOfAqi , and to RangeOfAqiValue data models.
|
2025-06-02 14:28:50 +03:00 |
|
|
57b6f01177
|
SP-1593 Implemented the agreed upon api contract.
|
2025-06-02 14:26:47 +03:00 |
|
|
cabd37a08a
|
remove un use code
|
2025-06-02 13:30:26 +03:00 |
|
|
98ad4246e1
|
Merge branch 'dev' into SP-1597-FE-Add-Device-Settings-Column-and-Build-Device-Settings-Dialog-UI
|
2025-06-02 13:00:28 +03:00 |
|
|
ba08fcf71f
|
Refactor debug print statements in space management API
|
2025-06-02 12:58:11 +03:00 |
|
|
cf5e05a888
|
Refactor code by adding new API endpoint for assigning a device to a room and removing redundant code in device management settings.
|
2025-06-02 12:52:48 +03:00 |
|
|
77d39bfc53
|
Refactor CurtainBloc to use new service dependencies and implement a factory for instantiation. Updated event handling methods for improved error management and state updates.
|
2025-06-02 11:26:30 +03:00 |
|
|
3bd2bd114b
|
migrate CeilingSensorBloc to use the new services.
|
2025-06-02 11:13:56 +03:00 |
|
|
f98636a2e5
|
Migrated AcBloc single/batch controls the new services.
|
2025-06-02 10:44:43 +03:00 |
|
|
19548e99ab
|
indentation and formatting of WaterHeaterBloc .
|
2025-06-02 10:20:05 +03:00 |
|
|
b60c674496
|
Created a factory for the WaterHeaterBloc , and injected the necessary dependenices.
|
2025-06-02 10:12:53 +03:00 |
|
|
6f3dfb607e
|
Extracted single/batch control services creation into a factory for ease of reusablility for the sake of this migration.
|
2025-06-02 10:11:23 +03:00 |
|
|
62dabf1ce2
|
Made values in DeviceControlDialog selectable for a better UX.
|
2025-06-02 10:10:50 +03:00 |
|
|
f07dbad1ea
|
Merge pull request #220 from SyncrowIOT/SP-1664-FE-Sider-bar-tree-behavior-issues-on-Analytics-page
Sp 1664 fe sider bar tree behavior issues on analytics page
|
2025-06-01 16:45:19 +03:00 |
|
|
2d68fc23a3
|
Normalize email to lowercase when logging in
|
2025-06-01 16:21:22 +03:00 |
|
|
d1ddf75a42
|
Merge pull request #219 from SyncrowIOT/SP-1607-FE-Adjust-Padding-Between-Comparison-Signs-for-Visual-Consistency
Sp 1607 fe adjust padding between comparison signs for visual consistency
|
2025-06-01 15:50:53 +03:00 |
|
|
393a5361f0
|
Apply correct business logic in AirQualityDataLoadingStrategy .
|
2025-06-01 15:40:12 +03:00 |
|
|
a56e93d0d7
|
removed the interface method onSelectChildSpace , because all the clients dont use it and instead pass the onSpaceSelected , which isn't a good design.
|
2025-06-01 15:38:14 +03:00 |
|
|
94847fa936
|
SP-1664-Fe-Sider-bar-tree-behavior-issues-on-Analytics-page.
|
2025-06-01 15:36:52 +03:00 |
|
|
78f42dacf6
|
Adjust ConditionToggle widget dimensions and colors for improved UI consistency
|
2025-06-01 14:37:42 +03:00 |
|
|
b0ed844893
|
made events and state class final s, to better document that they shouldn't be extended.
|
2025-06-01 14:37:22 +03:00 |
|
|
066f967cd1
|
shows tooltip with data.
|
2025-06-01 14:28:40 +03:00 |
|
|
e28f3c3c03
|
reduced bar width size.
|
2025-06-01 14:28:40 +03:00 |
|
|
2be15e648a
|
added loading widget to AqiDistributionChartTitle .
|
2025-06-01 14:28:40 +03:00 |
|
|
2e12d73151
|
randomize generated fake data in FakeAirQualityDistributionService .
|
2025-06-01 14:28:40 +03:00 |
|
|
c50ed693ae
|
loads and clears aqi distribution in FetchAirQualityDataHelper .
|
2025-06-01 14:28:40 +03:00 |
|
|
8dc7d2b3d0
|
Connected AirQualityDistributionBloc into AqiDistributionChartBox .
|
2025-06-01 14:28:40 +03:00 |
|
|
accafb150e
|
.
|
2025-06-01 14:24:07 +03:00 |
|
|
736e0c3d9c
|
Injected AirQualityDistributionBloc into AnalyticsPage .
|
2025-06-01 14:23:14 +03:00 |
|
|
455d9c1f01
|
Created AirQualityDistributionBloc .
|
2025-06-01 14:22:25 +03:00 |
|
|
4479ed04b7
|
Created a AirQualityDistributionService along with its fake implementation.
|
2025-06-01 14:22:25 +03:00 |
|
|
286dea3f51
|
created a GetAirQualityDistributionParam .
|
2025-06-01 14:22:25 +03:00 |
|
|
44c4648941
|
made the first element of the bar rods to have only a top sides radius to match the design.
|
2025-06-01 14:22:25 +03:00 |
|
|
ca1feb9600
|
made charts based on states and not based on metrics.
|
2025-06-01 14:22:25 +03:00 |
|
|
7b31914e1c
|
made progress towards aqi distribution chart.
|
2025-06-01 14:22:25 +03:00 |
|
|
10f35d3747
|
added more mock data to AqiDistributionChart .
|
2025-06-01 14:22:25 +03:00 |
|
|
1998a629b6
|
added some opacity to metric colors.
|
2025-06-01 14:22:25 +03:00 |
|
|
5940e52826
|
Implemented an initial version of AqiDistributionChart .
|
2025-06-01 14:22:25 +03:00 |
|
|
7c55e8bbf9
|
Prepared widgets for the aqi distribution chart.
|
2025-06-01 14:22:25 +03:00 |
|
|
8916000696
|
Refactor visibility logic in Energy Clamp Dialog to handle empty functions list more elegantly
|
2025-06-01 14:11:21 +03:00 |
|
|
305d695358
|
Refactor energy clamp dialog to handle empty functions list gracefully
|
2025-06-01 13:12:58 +03:00 |
|
|
3d183528c5
|
Fixed thrown exceptions because of Expanded widgets.
|
2025-06-01 10:57:49 +03:00 |
|