codeant-ai-for-open-source[bot] commented on PR #35298:
URL: https://github.com/apache/superset/pull/35298#issuecomment-3893651211
## **Sequence Diagram**
This PR updates UPDATING.md to document that the legacy APP_ICON config is
deprecated and the frontend now uses THEME_DEFAULT.token.brandLogoUrl for
custom logos. The diagram shows the upgrade/migration success path and how the
frontend resolves the logo.
```mermaid
sequenceDiagram
participant Admin
participant superset_config as "superset_config.py"
participant Frontend
Admin->>superset_config: Previously set APP_ICON = "/static/.../logo.png"
note right of superset_config: After PR 31590 APP_ICON is ignored
Admin->>superset_config: Replace with THEME_DEFAULT.token.brandLogoUrl
superset_config->>Frontend: Expose THEME_DEFAULT.token.brandLogoUrl
Frontend-->>Admin: Render custom logo from brandLogoUrl
```
---
*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]