Implemented space management canvas.

This commit is contained in:
Faris Armoush
2025-06-23 15:45:49 +03:00
parent ada7daf179
commit 8bc7a3daa2
13 changed files with 571 additions and 7 deletions

View File

@ -30,7 +30,7 @@ class SpaceManagementCommunitiesTreeSpaceTile extends StatelessWidget {
initiallyExpanded: spaceIsExpanded,
onExpansionChanged: (expanded) {},
onItemSelected: () => context.read<CommunitiesTreeSelectionBloc>().add(
SelectSpaceEvent(space: space),
SelectSpaceEvent(community: community, space: space),
),
children: space.children
.map(