|
03009ed276
|
made a RangeOfAqiChart._lines a getter.
|
2025-05-27 13:21:42 +03:00 |
|
|
a1142eb38c
|
gave range of aqi chart a tooltip that shows the necessary data.
|
2025-05-27 13:17:05 +03:00 |
|
|
1aa7bf2162
|
fixed charts clipping overflow in chart.
|
2025-05-27 12:37:36 +03:00 |
|
|
043820f84f
|
does not emit an entirely new state when we already have chart data on loading.
|
2025-05-27 12:33:48 +03:00 |
|
|
d90d3d4026
|
added loading state to range of aqi chart.
|
2025-05-27 12:29:06 +03:00 |
|
|
3ac5254abf
|
fixed bug in total energy consumption chart.
|
2025-05-27 12:26:21 +03:00 |
|
|
f5d926f5a2
|
modify left side titles.
|
2025-05-27 12:21:59 +03:00 |
|
|
1b0d8d446c
|
modified flex's values.
|
2025-05-27 09:47:06 +03:00 |
|
|
8a5173f429
|
made font size of AqiTypeDropdown slightly smaller.
|
2025-05-27 09:36:35 +03:00 |
|
|
bee8652d03
|
responsivness
|
2025-05-26 16:59:44 +03:00 |
|
|
9546d7bdd1
|
fixed titles widget for bottom title.
|
2025-05-26 16:56:38 +03:00 |
|
|
cb4956f915
|
made range of aqi fake data random and not linear.
|
2025-05-26 16:56:25 +03:00 |
|
|
ec7b0aa078
|
shows AnalyticsErrorWidget and spacing under it only when there is an error.
|
2025-05-26 15:58:34 +03:00 |
|
|
296b03e1aa
|
shows month data instead of index on bottom titles of RangeOfAqiChart .
|
2025-05-26 15:54:56 +03:00 |
|
|
177c7f1030
|
Responsiveness of RangeOfAqiChartTitle .
|
2025-05-26 15:49:38 +03:00 |
|
|
0b4337fb6c
|
sp-1493-data-formatting-2.0.
|
2025-05-26 15:17:29 +03:00 |
|
|
171dc52e28
|
Created AqiTypeDropdown .
|
2025-05-26 15:10:30 +03:00 |
|
|
5a8ef578c3
|
SP-1493-data-formatting
|
2025-05-26 14:16:43 +03:00 |
|
|
63ca98895f
|
moved RangeOfAqiChartTitle .
|
2025-05-26 13:27:12 +03:00 |
|
|
7e54cfdccd
|
Implemented min, max, average informative cells to RangeOfAqiChartBox .
|
2025-05-26 13:25:14 +03:00 |
|
|
fb4d44450f
|
Disabled animation in RangeOfAqiChart .
|
2025-05-26 11:25:12 +03:00 |
|
|
12e4285b14
|
removed unnecessary Stack widget from RangeOfAqiChart .
|
2025-05-26 11:24:53 +03:00 |
|
|
82adbcf4df
|
loads and clears aqi range data in FetchAirQualityDataHelper .
|
2025-05-26 11:24:00 +03:00 |
|
|
7305d511bc
|
Added spaceUuid to GetRangeOfAqiParam model.
|
2025-05-26 11:23:33 +03:00 |
|
|
61acaa17c5
|
fixed typo.
|
2025-05-26 11:22:11 +03:00 |
|
|
4af81bcc10
|
make the aqi range chart read its data from RangeOfAqiBloc .
|
2025-05-26 11:22:05 +03:00 |
|
|
d4dd7a19ba
|
make the generated fake aqi range data, look better on the chart.
|
2025-05-26 11:21:42 +03:00 |
|
|
9ab906d24c
|
Injected RangeOfAqiBloc into AnalyticsPage .
|
2025-05-26 11:10:23 +03:00 |
|
|
5c57143ea5
|
Created RangeOfAqiBloc along with its events, and state.
|
2025-05-26 11:09:45 +03:00 |
|
|
4a3085e1b4
|
Created RangeOfAqiService along with its fake implementation until the API is ready.
|
2025-05-26 11:00:57 +03:00 |
|
|
eb8ba1806c
|
Created GetRangeOfAqiParam model.
|
2025-05-26 10:59:07 +03:00 |
|
|
902419f9c4
|
Created RangeOfAqi model.
|
2025-05-26 10:58:05 +03:00 |
|
|
926bcd9a5d
|
Extracted lines data into a helper method for ease of readability.
|
2025-05-26 10:48:04 +03:00 |
|
|
33f9add78a
|
Extracted some logic of RangeOfAqiChart into a helper class.
|
2025-05-26 10:41:36 +03:00 |
|
|
563a3e1cf5
|
Refactored RangeOfAqiChart to consolidate line chart creation into a reusable method, improving code maintainability and reducing duplication.
|
2025-05-26 10:31:21 +03:00 |
|
|
791b71276a
|
populated linear data for RangeOfAqiChart , for a more pleasant dev experience and debugging.
|
2025-05-26 10:29:38 +03:00 |
|
|
24e3eb2311
|
extracted titlesData into a private factory method to enahnce readability.
|
2025-05-26 10:18:15 +03:00 |
|
|
82006e9aaf
|
Implemented the side titles of RangeOfAqiChart .
|
2025-05-26 10:12:52 +03:00 |
|
|
cedef666f6
|
Merge pull request #202 from SyncrowIOT/SP-1493-rework
SP-1493 rework
|
2025-05-26 10:03:10 +03:00 |
|
|
cd2eb46f49
|
Implemented the overall design of RangeOfAqiChart , whats left is 100% matching it with the figma design.
|
2025-05-26 09:50:53 +03:00 |
|
|
c8fe4e3baa
|
Created an initial version of RangeOfAqiChart .
|
2025-05-25 12:01:45 +03:00 |
|
|
12deceb7d3
|
SP-1513-rework
|
2025-05-25 11:35:01 +03:00 |
|
|
9d27ed2dc5
|
SP-1506 rework, coloring and padding.
|
2025-05-25 11:13:24 +03:00 |
|
|
a878b9328a
|
SP-1493 rework, can select a subspace in sidebar even when the space has no child-spaces.
|
2025-05-25 11:06:36 +03:00 |
|
|
5b13962d41
|
removed unnecessary * 1 calculation of height.
|
2025-05-22 15:57:03 +03:00 |
|
|
8c53d5322a
|
SP-1591
|
2025-05-22 15:53:18 +03:00 |
|
|
af4d37939b
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1591-FE-Implement-Space-Level-Structure-Selection-and-Air-Quality-Device-Dropdown
|
2025-05-22 15:48:47 +03:00 |
|
|
d43c1847ff
|
SP-1591
|
2025-05-22 15:44:19 +03:00 |
|
|
5eeac01666
|
cannot select a community in AirQualityDataLoadingStrategy .
|
2025-05-22 15:35:04 +03:00 |
|
|
717d698378
|
can select child spaces with children in AirQualityDataLoadingStrategy .
|
2025-05-22 15:23:42 +03:00 |
|