codeant-ai-for-open-source[bot] commented on PR #36669:
URL: https://github.com/apache/superset/pull/36669#issuecomment-4036341633
## **Sequence Diagram**
This PR updates the dashboard list card so long localized status labels are
truncated with ellipsis and wrapped in a tooltip, preventing overlap with the
modified timestamp while still allowing users to read the full text on hover.
```mermaid
sequenceDiagram
participant User
participant DashboardUI
participant ListViewCard
participant Tooltip
User->>DashboardUI: Open dashboard list view
DashboardUI->>ListViewCard: Render card with status label
ListViewCard->>ListViewCard: Constrain label width and apply ellipsis
User->>Tooltip: Hover over truncated status label
Tooltip-->>User: Show full status text in overlay
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]