Files
superset2/superset-frontend
Claude Code e6218b3efd refactor(extensions): use declare function pattern for colors bridge
Replace the registry-with-state implementation in @apache-superset/core/colors
with declare-only function signatures. The host app (ExtensionsStartup) now
provides the concrete implementations via window.superset.colors, matching
the same pattern used by the authentication module.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 12:18:19 -07:00
..