client-web
client-web copied to clipboard
VC creation flow fixes
- [x] Fixing https://github.com/alkem-io/client-web/issues/6793 by storing the parentCommunityId and adding the VC to it;
- [x] Translations - fix of the VC creation success msg; auto-generated vision & tagline for subspace are now in the translations;
- [x]
spaceId
&mySpaceId
were ambiguous making the code hard to follow. Fixed. - [x] ⚠️ UX change - on Existing knowledge and subspace creation, navigate the user to the Space (not the subspace as it was);
- cleanup;
Note, that it's not ideal but currently we're adding the VCs to the first space in the account (creating subspaces there):
selectedExistingSpaceId: mySpaces?.[0]?.id,
I don't know how we can improve that, atm.