fix(ui): move team space ids to advanced copy#1133
Merged
kunickiaj merged 1 commit intoMay 23, 2026
Conversation
Owner
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
12 tasks
Owner
Author
Merge activity
|
79d7864 to
6f1d8b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Moves raw Team and Space identifiers out of primary Coordinator Admin copy and marks them as advanced details. Also tightens the empty state for Teams without Spaces so it reinforces that projects stay local-only until assigned to a Space.
This closes the remaining polish gap for codemem-00dc.2 after the Team card and Spaces/access work in #1131.
Type of Change
Testing
pnpm run tsc,pnpm run lint,pnpm run test)Targeted checks run:
pnpm exec vitest run packages/ui/src/tabs/coordinator-admin/data/team-card.test.ts packages/ui/src/tabs/coordinator-admin/data/scope-management.test.ts packages/ui/src/tabs/coordinator-admin/data/actions.test.tspnpm exec tsc --build packages/ui/tsconfig.json --pretty falsepnpm exec biome check packages/ui/src/tabs/coordinator-admin/components/groups-panel.ts packages/ui/src/tabs/coordinator-admin/components/scope-management-panel.tsChecklist
pnpm run lintpasses for touched files)