Refactor Space Update Logic: Introduced UpdateSpaceParam for better parameter handling in update operations. Enhanced SpaceDetailsDialogHelper to manage loading and error states during space updates. Updated RemoteUpdateSpaceService to construct dynamic URLs for space updates based on community UUID. Improved CommunitiesTreeFailureWidget UI with SelectableText and added spacing for better layout.

This commit is contained in:
Faris Armoush
2025-07-08 10:01:43 +03:00
parent 138390496c
commit fa1eaa570c
9 changed files with 142 additions and 36 deletions

View File

@ -97,6 +97,7 @@ class CommunityStructureHeader extends StatelessWidget {
SpaceDetailsDialogHelper.showEdit(
context,
spaceModel: selectedSpace!,
communityUuid: selectedCommunity.uuid,
);
},
selectedSpace: selectedSpace,