codeant-ai-for-open-source[bot] commented on PR #36669:
URL: https://github.com/apache/superset/pull/36669#issuecomment-4035968960

   ## **Sequence Diagram**
   
   This PR updates dashboard list cards so long Published or Draft labels are 
visually truncated to avoid overlapping the modified timestamp, while still 
exposing the full text via a hover tooltip.
   
   ```mermaid
   sequenceDiagram
       participant User
       participant DashboardList
       participant ListViewCard
       participant Tooltip
   
       User->>DashboardList: Open dashboard list view
       DashboardList->>ListViewCard: Render card with title and status label
       ListViewCard->>ListViewCard: Apply max width and ellipsis to status label
       ListViewCard->>Tooltip: Wrap status label text
       Tooltip-->>User: Show truncated status label on card
       User->>Tooltip: Hover over truncated status label
       Tooltip-->>User: Display full status label text in tooltip
   ```
   
   ---
   *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]

Reply via email to