feat(mobile): Add mobile-friendly dashboard consumption mode (#37141)

Co-authored-by: Superset Dev <dev@superset.apache.org>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Joe Li <joe@preset.io>
This commit is contained in:
Evan Rusackas
2026-08-13 13:14:11 -07:00
committed by GitHub
co-authored by Superset Dev Claude Fable 5 Joe Li
parent 5b28158519
commit 6211f9936b
66 changed files with 3237 additions and 249 deletions
+1
View File
@@ -118,6 +118,7 @@ FEATURE_FLAGS = {
"ALERT_REPORTS": True,
"DATASET_FOLDERS": True,
"ENABLE_EXTENSIONS": True,
"MOBILE_CONSUMPTION_MODE": True,
"SEMANTIC_LAYERS": True,
}
EXTENSIONS_PATH = "/app/docker/extensions"