CONSOLE-4447: Additional modals switched to use ModalFooterWithAlerts for consistency#16171
CONSOLE-4447: Additional modals switched to use ModalFooterWithAlerts for consistency#16171sg00dwin wants to merge 2 commits intoopenshift:mainfrom
Conversation
|
@sg00dwin: This pull request references CONSOLE-4447 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/verified by @sg00dwin |
|
@sg00dwin: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Tech debt |
|
@sg00dwin: This pull request references CONSOLE-4447 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🧬 Code graph analysis (4)frontend/public/components/modals/delete-namespace-modal.tsx (1)
frontend/packages/operator-lifecycle-manager-v1/src/components/cluster-extension/CreateServiceAccountModal.tsx (1)
frontend/packages/console-app/src/components/modals/add-group-users-modal.tsx (1)
frontend/packages/console-shared/src/components/modals/TextInputModal.tsx (1)
🔇 Additional comments (4)
📝 WalkthroughWalkthroughThis pull request refactors error handling UI across multiple modal components. It introduces a centralized ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.OpenGrep is compatible with Semgrep configurations. Add an |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhamilto, sg00dwin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Assisted by: Claude Code
0049115 to
70f8fc3
Compare
|
New changes are detected. LGTM label has been removed. |
|
/retest-required |
|
/retest |
|
@sg00dwin: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Migrates 4 modals to use
ModalFooterWithAlertsfor error display,matching the pattern established in #16015:
ErrorMessagewithModalFooterWithAlertsAlertfrom body toModalFooterWithAlertsin footerAlertfrom form body toModalFooterWithAlertsin footerAlertfrom form body toModalFooterWithAlertsin footerAlso normalizes Cancel button variants to
"link"where they were"secondary".Summary by CodeRabbit
Bug Fixes
Style