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

   ## **Sequence Diagram**
   
   This PR standardizes how subsection titles are styled in Explore widget 
settings and sidebar panels. It routes subsection headers through a single 
shared style so titles render with consistent medium weight and spacing, 
improving readability without changing behavior.
   
   ```mermaid
   sequenceDiagram
       participant User
       participant Explore UI
       participant Settings Panel
       participant Shared Header Style
   
       User->>Explore UI: Open widget settings sidebar
       Explore UI->>Settings Panel: Render section and subsection headers
       Settings Panel->>Shared Header Style: Apply normalized header typography
       Shared Header Style-->>Settings Panel: Medium weight and consistent 
spacing
       Settings Panel-->>User: Show cleaner and consistent hierarchy
   ```
   
   ---
   *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