mistercrunch commented on code in PR #34144: URL: https://github.com/apache/superset/pull/34144#discussion_r2205944937
########## superset/config.py: ########## @@ -677,18 +678,58 @@ class D3TimeFormat(TypedDict, total=False): # This is merely a default EXTRA_CATEGORICAL_COLOR_SCHEMES: list[dict[str, Any]] = [] -# THEME is used for setting a custom theme to Superset, it follows the ant design -# theme structure -# You can use the AntDesign theme editor to generate a theme structure -# https://ant.design/theme-editor +# --------------------------------------------------- Review Comment: seems we may need to touch up the related comment in `UPDATING.md`. I think I added a comment in there, but we may want to clarify further what people will need to do. The comment that's there might be ok already. -- 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]
