-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
📝 Documentation Update Needed
A pull request was recently merged that may require documentation updates.
Source PR
- Repository: kubestellar/console
- PR: 🐛 Fix button nesting violation in MissionRow console#700
- Merged: 2026-02-07T13:49:56Z
PR Summary
Fixes React DOM nesting violation in Missions.tsx where a button element was nested inside another button, replacing the outer button with an accessible div element.
Changes Overview
- Changed outer button in MissionRow to
(div)with proper accessibility attributes - Added
role="button",tabIndex={0},onKeyDownhandler for keyboard interaction - Maintained inner log toggle as proper
(button)element - Eliminates validateDOMNesting console warnings
- Preserves full functionality with improved HTML structure
Files Changed
10-29 lines changed in web/src/components/Missions.tsx
Action Required: The technical documentation writer agent will review this PR and identify specific documentation pages that need updates, then create a PR with the necessary changes.
/cc @technical-doc-writer
AI generated by scan-merged-prs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels