-
Notifications
You must be signed in to change notification settings - Fork 0
MCP Status - Tooltip and Table width change #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the MCP status table by making cell tooltips span the full cell and adjusting column and container widths for readability.
- Introduces a
TooltipCell
wrapper to show tooltips over entire cells. - Updates column definitions with explicit
width
values and wraps each cell inTooltipCell
. - Adjusts the table container width and the translation of the transition header.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
File | Description |
---|---|
src/components/Shared/TooltipCell.tsx | Added a new TooltipCell component for full-cell tooltips. |
src/components/ControlPlane/MCPHealthPopoverButton.tsx | Wrapped table cells in TooltipCell , set explicit column widths, changed container width, and updated scaleWidthMode . |
public/locales/en.json | Changed "transitionHeader" text from "Last transition time" to "Last change". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hubert-Szczepanski-SAP lgtm, I also requested the CoPilot Review. Please have a look.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: