1558806cc3
Refactor SpaceDetailsForm to use StatefulWidget for form validation and improve user experience with dynamic save button state, and added space name validation to not be longer than 50 characters.
2025-07-27 11:18:08 +03:00
a4391aa73e
Made AssignTagsDialog
scrollable to account for a long list of product allocations, for a better UX.
2025-07-27 11:05:30 +03:00
2d69e3c72f
Made SpaceSubSpacesDialog
scrollable, for a better UX, and to account for a very long list of subspaces.
2025-07-27 11:01:22 +03:00
cd8ffc99ea
removed unnecessary flag, that can be replaced with checking if the value equals null
.
2025-07-27 10:56:54 +03:00
83895d3dda
Diallows naming duplication when duplicating a space, and adds a proper suffix to the name in case of another spaces having a name match.
2025-07-27 10:51:53 +03:00
f1cf8d88d3
Matched design of duplicate space dialog, with the design language of the system.
2025-07-24 16:40:03 +03:00
9d0a1f4883
Refactor SpaceManagementSidebarHeader to integrate CustomSearchBar and improve layout
2025-07-24 15:04:10 +03:00
7d77809750
Refactor CustomExpansionTile and SpaceDetailsDialogHelper for improved functionality and UI consistency
...
- Updated CustomExpansionTile to enhance selection state handling and UI responsiveness.
- Integrated success and error snackbars in SpaceDetailsDialogHelper for better user feedback during space creation and updates.
- Removed redundant comments and improved code readability.
2025-07-24 14:51:07 +03:00
6943ee07ac
- Updated the onSave callback in SpaceSubSpacesDialog to accept product allocations, allowing for better management of subspace data.
2025-07-24 12:38:24 +03:00
47340c3235
Rework fixes.
2025-07-24 12:34:06 +03:00
527c04de9a
Refactor SpaceDetailsActionButtons to improve button layout and spacing
2025-07-24 12:06:58 +03:00
1448aa97ce
Refactor SpaceDetailsDialog to improve title handling and loading/error dialogs
2025-07-24 12:05:24 +03:00
16b79ae12f
Enhanced sizing of SpaceDetailsForm and SpaceIconPicker.
2025-07-24 12:02:54 +03:00
6dbb6b6a6e
Made Create Space dialog title match the figma design.
2025-07-24 11:59:46 +03:00
c4ed30f539
Enhance ButtonContentWidget to support customizable icon dimensions.
2025-07-24 11:59:21 +03:00
99924c1e62
Refactor color management and UI components for consistency
...
- Updated color references in various widgets to use the new `opaquePrimary` color for better visual consistency.
- Refactored `ColorsManager` to improve color definitions and removed redundant color declarations.
- Enhanced UI elements across multiple dialogs and widgets to ensure a cohesive design language.
This change promotes maintainability and aligns with the updated color scheme.
2025-07-24 10:27:17 +03:00
e98b091253
Refactor SpaceManagementBody
to use a Stack
layout for improved UI structure, allowing better positioning of the SpaceManagementCommunitiesTree
and the main content. Enhance SpaceManagementCommunitiesTree
with a shadow effect for better visual separation. This change promotes a more organized and visually appealing interface.
2025-07-24 09:39:38 +03:00
77d6d822cb
Refactor SpaceSubSpacesDialog
and SubSpacesInput
to integrate a shared TextEditingController
for improved state management of subspace names. This change enhances the input handling and ensures proper disposal of the controller, promoting better resource management.
2025-07-24 09:39:33 +03:00
97530dd351
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1722-FE-Implement-Duplicate-Space-Feature
2025-07-23 14:19:55 +03:00
2077ef053f
Refactor DuplicateSpaceService
to return a list of SpaceModel
objects instead of a single instance. Update related components including DuplicateSpaceSuccess
state and DuplicateSpaceDialog
to handle multiple spaces. Enhance CommunityStructureHeaderActionButtonsComposer
to reflect these changes in the success callback.
2025-07-23 12:42:23 +03:00
d21850edc8
Enhance DuplicateSpaceDialog
to use Bloc
for state management and streamline the duplication process with success and error handling. Update CommunityStructureHeaderActionButtonsComposer
to integrate the new dialog for duplicating spaces.
2025-07-23 12:37:27 +03:00
5fde74fc7d
Add DuplicateSpaceFailureDialog
widget to display error messages when duplicating spaces fails.
2025-07-23 12:37:07 +03:00
04b7a506be
Remove newSpaceIcon
parameter from DuplicateSpaceParam
class since it isnt needed.
2025-07-23 10:52:46 +03:00
19ddf443a9
Refactor RemoteDuplicateSpaceService
to improve code readability by aligning method chaining for URL replacements.
2025-07-23 10:52:29 +03:00
3779176978
Add DuplicateSpaceDialog
widget for user interaction in duplicate space management.
2025-07-23 10:52:18 +03:00
7c5bca35fc
Add DuplicateSpaceTextField
widget for user input in duplicate space management.
2025-07-23 10:52:07 +03:00
4241d11cb6
Implemented duplicate_space
data layer.
2025-07-23 09:59:13 +03:00
c59d2b7fd6
Implemented toJson
method in DuplicateSpaceParam
.
2025-07-23 09:58:15 +03:00
71f0da9299
Created duplicate_space
presentation layer.
2025-07-23 09:51:09 +03:00
e6d9000ee2
Implemented duplicate space domain layer.
2025-07-23 09:48:23 +03:00
7dc103f904
Merge branch 'dev' of https://github.com/SyncrowIOT/web into bugfix/assign_togs_to_table_overflow
2025-07-23 09:38:00 +03:00
e4c41bab90
bugfix/assign_tag_to_devices_table_overflow.
2025-07-23 09:37:11 +03:00
0de882d43b
[FE] On Uba Gateway device the Icons of the devices inside are not all of them displayed ( #359 )
...
<!--
Thanks for contributing!
Provide a description of your changes below and a general summary in the
title
Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->
## Jira Ticket
[SP-1569](https://syncrow.atlassian.net/browse/SP-1569 )
## Description
add devices and icons for them
## Type of Change
<!--- Put an `x` in all the boxes that apply: -->
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [x] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ] ✅ Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
[SP-1569]:
https://syncrow.atlassian.net/browse/SP-1569?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-07-23 09:34:10 +03:00
40251b846b
Integrate ReorderSpaces functionality into CommunityStructureCanvas and enhance RemoteReorderSpacesService with dynamic URL generation. Update ReorderSpacesParam to require parentSpaceUuid and spaces for improved validation and serialization.
2025-07-21 16:43:26 +03:00
1323bceca1
Update ReorderSpacesParam to make parentSpaceUuid optional and add toJson method for serialization.
2025-07-21 16:39:31 +03:00
a3a7937021
Implemented ReorderSpacesBloc
.
2025-07-21 16:14:03 +03:00
9bf715501b
Implement ReorderSpacesService.
2025-07-21 15:57:31 +03:00
c65f4a7fab
Add ReorderSpacesParam and ReorderSpacesService for managing space reordering functionality.
2025-07-21 15:57:20 +03:00
0ad562b6ce
add icons and types for devices did not added before
2025-07-20 14:03:50 +03:00
fc70669f1d
sends correct parentUuid key in create space.
2025-07-16 15:27:31 +03:00
62f67f5a5f
Refactor CreateSpaceButton and CommunityStructureCanvas to utilize CommunityModel directly, enhancing data handling during space creation. Implement success callback for space creation to update community state in CommunitiesBloc, improving user experience and maintainability.
2025-07-16 11:16:41 +03:00
8e303af0d7
Update RemoteCreateSpaceService to correct API endpoint for space creation, changing the return path to include '/spaces' for accurate resource targeting.
2025-07-16 11:01:26 +03:00
4ef4858cee
Added x, and y to the toJson
method of CreateSpaceParam
, since the API still needs them as required properties. Revert the once the BE removes those properties.
2025-07-16 10:29:43 +03:00
9a203b2fd9
Add CreateSpaceBloc, CreateSpaceEvent, and CreateSpaceState for managing space creation logic. Implement event handling and state management to enhance user experience during space creation.
2025-07-16 10:01:51 +03:00
39c5fd1bca
Refactor SpaceDetailsModel to integrate Subspace and ProductAllocation models, enhancing data structure and serialization. Update related widgets to utilize Subspace instead of SpaceDetailsModel for improved clarity and maintainability.
2025-07-16 09:57:29 +03:00
308eb65d46
Update error handling in RemoteUpdateSpaceService to retrieve error messages from the 'message' field instead of 'error', enhancing clarity in error reporting.
2025-07-16 09:56:55 +03:00
d65f9ceea9
Enhance AddDeviceTypeWidget to support initial product counts and update selection logic. Modify AssignTagsDialog to pass initial products from space allocations, improving user experience and maintainability.
2025-07-15 14:53:04 +03:00
f539b0ac8d
Rename UniqueSubspacesDecorator
to UniqueSpaceDetailsSpacesDecoratorService
2025-07-15 14:38:44 +03:00
5a3cf93748
Improved UniqueSubspacesDecorator implementation to improve handling of duplicate subspace names.
2025-07-15 14:37:16 +03:00
acefe7b355
Refactor RemoteDeleteSpaceService to use a private HTTPService instance and update URL construction with ApiEndpoints for improved maintainability. Update DeleteSpaceDialog to reflect changes in service initialization.
2025-07-15 11:09:04 +03:00