fix: migrate all custom dialogs to Radix UI#403
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 8, 2026
fix/dialog-radix-migrationbreaking-brake/cc-wf-studio:fix/dialog-radix-migrationCopy head branch name to clipboard
Merged
fix: migrate all custom dialogs to Radix UI#403breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom fix/dialog-radix-migrationbreaking-brake/cc-wf-studio:fix/dialog-radix-migrationCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
fix/dialog-radix-migrationbreaking-brake/cc-wf-studio:fix/dialog-radix-migrationCopy head branch name to clipboard
Conversation
- Migrate SlackConnectionRequiredDialog to Radix UI (z-index: 9999) - Migrate TermsOfUseDialog to Radix UI (z-index: 10000) - Migrate McpNodeEditDialog to Radix UI (z-index: 9999) - Migrate SlackShareDialog to Radix UI (z-index: 9999) - Migrate SlackManualTokenDialog to Radix UI (z-index: 10000) - Add z-index to SkillCreationDialog and SubAgentFlowDialog overlays - Update CLAUDE.md dialog status table Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Jan 8, 2026
## [3.12.10](v3.12.9...v3.12.10) (2026-01-08) ### Bug Fixes * migrate all custom dialogs to Radix UI ([#403](#403)) ([29987b9](29987b9))
|
🎉 This PR is included in version 3.12.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Problem
Current Behavior
Expected Behavior
@radix-ui/react-dialogfor consistency and accessibilitySolution
Migrate all custom dialog implementations to Radix UI Dialog and standardize z-index values.
Changes
Migrated to Radix UI Dialog:
SlackConnectionRequiredDialog.tsx(z-index: 9999)TermsOfUseDialog.tsx(z-index: 10000)McpNodeEditDialog.tsx(z-index: 9999)SlackShareDialog.tsx(z-index: 9999)SlackManualTokenDialog.tsx(z-index: 10000)z-index fixes for existing Radix UI dialogs:
SkillCreationDialog.tsx- Added zIndex: 10000 (fixes Issue The new skill creation modal layer does not appear at the top. #402)SubAgentFlowDialog.tsx- Added zIndex: 9999Documentation:
CLAUDE.mddialog status table to reflect all dialogs as migratedMigration Pattern
Impact
Testing
npm run format && npm run lint && npm run check)npm run build)Related
🤖 Generated with Claude Code