flowfuse
flowfuse copied to clipboard
Unify team creation selector/page
We have three places that do the same job with small behavior and UI differences. Maintain one source of truth.
Duplicate logic and UI across:
- frontend/src/components/TeamTypeSelection.vue
- frontend/src/pages/team/create.vue
- frontend/src/pages/team/changeType.vue
Inconsistent behavior and extra maintenance.