|
920827d763
|
Removed unnecessary SizedBox from TagChipDisplay .
|
2025-04-15 15:28:12 +03:00 |
|
|
d3902d622e
|
Moved constructor to be the first element in TagChipDisplay .
|
2025-04-15 15:27:45 +03:00 |
|
|
a4432656ab
|
refactor: extract EditChip into a private method for improved readability
|
2025-04-15 15:27:04 +03:00 |
|
|
90e0d2f52b
|
Extracted Chip into a private method.
|
2025-04-15 15:24:36 +03:00 |
|
|
08e5e17910
|
Extracted Add Devices button into a private method.
|
2025-04-15 15:23:36 +03:00 |
|
|
f57348e5cd
|
converted to using expressions wherever possible in TagChipDisplay .
|
2025-04-15 15:13:47 +03:00 |
|
|
be168aed93
|
refactor: simplify tag checking logic to enhance readability.
|
2025-04-15 15:08:30 +03:00 |
|
|
a66784473f
|
Replaced conditional with an if statement in TagChipDisplay .
|
2025-04-15 15:06:01 +03:00 |
|
|
c0a963ded5
|
refactor: use context extension for text theme.
|
2025-04-15 15:05:31 +03:00 |
|
|
7945cefe53
|
added trailing commas wherever necessary.
|
2025-04-15 15:05:06 +03:00 |
|
|
7d0e50fb1d
|
removed unnecessary comments.
|
2025-04-15 15:03:27 +03:00 |
|
|
117f6190dd
|
removed unnecessary BuildContext from TagChipDisplay constructor, sorted its properies, and converted to using super.key .
|
2025-04-15 15:02:58 +03:00 |
|
|
748c67fd8b
|
SP-1333
|
2025-04-15 14:52:20 +03:00 |
|
|
1bfab8cc76
|
SP-1189-Fix tapping ok and nothing happening bug by taking the action out of the widget.
|
2025-04-15 14:38:06 +03:00 |
|
|
7dcaa20da1
|
Enhanced the code and look of DialogFooter buttons.
|
2025-04-15 13:06:30 +03:00 |
|
|
616adccfdd
|
Applied the correct scenario of tapping add community icon button.
|
2025-04-15 12:58:20 +03:00 |
|
|
abf6555485
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1278-FE-Allow-Simple-Edit-Delete
|
2025-04-15 12:03:25 +03:00 |
|
|
be0533645e
|
Refactor dialog header text assignment in CeilingSensorDialog for clarity and readability.
|
2025-04-15 11:20:15 +03:00 |
|
|
254e03e3c7
|
Add mapping for 'sports_para' in slider range function
|
2025-04-15 11:19:58 +03:00 |
|
|
db1f29e2b2
|
Merged with dev
|
2025-04-15 11:18:43 +03:00 |
|
|
dba89027e3
|
Updated the if statement for the tag and the location
|
2025-04-15 11:09:48 +03:00 |
|
|
6bea4c2f4a
|
Add mappings for moving_range and presence_range in slider helpers
|
2025-04-15 10:34:05 +03:00 |
|
|
e2ec986bb9
|
Refactor mappable stepped functions to a static constant for improved readability and maintainability
|
2025-04-15 10:03:47 +03:00 |
|
|
ceb1e1d23a
|
Remove TODO comments.
|
2025-04-15 10:03:37 +03:00 |
|
|
ee12980b47
|
Fix value parsing in CpsDialogSliderSelector to ensure two decimal precision
|
2025-04-15 10:03:21 +03:00 |
|
|
4849bb41ba
|
Added function to single card, included tag and location to cards
|
2025-04-15 02:13:00 +03:00 |
|
|
ebcd89d2a5
|
Refactor ceiling sensor functions and update slider helper mappings for improved value handling
|
2025-04-14 16:24:50 +03:00 |
|
|
a7bdbfe3ec
|
Merge pull request #141 from SyncrowIOT/fix-timer-toggle-issue
Refactor AC device controls and toggle widget
|
2025-04-14 16:06:37 +03:00 |
|
|
db84a9aa5e
|
fix a logic
|
2025-04-14 16:03:34 +03:00 |
|
|
1493e35f6a
|
removed unused method.
|
2025-04-14 14:35:24 +03:00 |
|
|
f19cc616be
|
moved CpsSliderHelpers to its own file.
|
2025-04-14 14:32:49 +03:00 |
|
|
06383018b9
|
refactored helpers into a helper class to release some complexity out of the widget.
|
2025-04-14 14:32:22 +03:00 |
|
|
9e3a78f6b7
|
Update dialog header to reflect sensor condition type dynamically
|
2025-04-14 12:10:42 +03:00 |
|
|
a27b2e758c
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1278-FE-Allow-Simple-Edit-Delete
|
2025-04-14 12:06:42 +03:00 |
|
|
1023170788
|
Sort communities in create new routine dropdown.
|
2025-04-14 11:25:36 +03:00 |
|
|
9a2687d4c5
|
added some comments for clarity about how we should send the data to BE.
|
2025-04-14 11:13:27 +03:00 |
|
|
140f4ff5e2
|
Refactor AC device controls and toggle widget
|
2025-04-14 09:57:25 +03:00 |
|
|
cbaeecc968
|
Merge pull request #139 from SyncrowIOT/SP-1189-FE-Add-Button-Not-clickable-Opening-Pop-up-in-Community-Screen
Sp 1189 fe add button not clickable opening pop up in community screen
|
2025-04-13 16:22:37 +03:00 |
|
|
2a95720cb0
|
Merge pull request #140 from SyncrowIOT/SP-1345-FE-SOS-Button-UI-Issue
Refactor SosDeviceControlsView
|
2025-04-13 16:20:55 +03:00 |
|
|
4fae2d6be0
|
Refactor SosDeviceControlsView
|
2025-04-13 16:19:16 +03:00 |
|
|
5b84076572
|
Merge pull request #138 from SyncrowIOT/SP-1192-FE-Implement-the-schedule-on-the-web-for-the-AC-device
Sp 1192 fe implement the schedule on the web for the ac device
|
2025-04-13 15:02:02 +03:00 |
|
|
9bf37243a6
|
remove unused code and make a limitation for the nobody time picker
|
2025-04-13 14:55:55 +03:00 |
|
|
acad0e8c9c
|
SP-1189-FE-Add-Button-Not-clickable-Opening-Pop-up-in-Community-Screen
|
2025-04-13 14:50:07 +03:00 |
|
|
79f5ef7871
|
simplify space selection logic.
|
2025-04-13 13:12:48 +03:00 |
|
|
6493f02bcc
|
simplify if statements readabaility.
|
2025-04-13 13:08:23 +03:00 |
|
|
c7c8898763
|
removed redundant code.
|
2025-04-13 12:52:38 +03:00 |
|
|
62ee9a72d6
|
moved SidebarHeader and SidebarAddCommunityButton to their own files.
|
2025-04-13 12:47:05 +03:00 |
|
|
55695ca5db
|
refactor: improve readability and structure in SidebarWidget's space tile handling
|
2025-04-13 12:33:50 +03:00 |
|
|
c2f5a8df10
|
refactor: streamline context usage and improve readability in SidebarWidget
|
2025-04-13 12:31:17 +03:00 |
|
|
cd9821679e
|
added trailing commas.
|
2025-04-13 12:29:38 +03:00 |
|