GitHub user dosubot[bot] added a comment to the discussion: Regarding the issues related to the homepage in Superset version 5.0.0
<!-- Greeting --> Hi @igarashi-futaba! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the superset team. <!-- Answer --> Yes, Superset 5.0.0 supports dashboard previews (thumbnails) on the homepage, but this feature is controlled by a toggle switch labeled "Thumbnails" that appears on the homepage for each user. To enable this, you need to set the `THUMBNAILS` feature flag to `True` in your `superset_config.py` (add `FEATURE_FLAGS = {"THUMBNAILS": True}`) or set the environment variable `SUPERSET_FEATURE_THUMBNAILS=true` before starting Superset. Once enabled, new users will see the thumbnail view by default, but each user can toggle between the list and preview modes, and their choice is saved in their browser's local storage. There is no backend or global configuration to force all users to always see dashboard previews by default without modifying the frontend code. [Source 1](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/pages/Home/index.tsx#L148-L441) | [Source 2](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/config.py#L460-L750) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/213de933-0403-4322-805a-7b5f1ebf767b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/213de933-0403-4322-805a-7b5f1ebf767b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/213de933-0403-4322-805a-7b5f1ebf767b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/213de933-0403-4322-805a-7b5f1ebf767b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/213de933-0403-4322-805a-7b5f1ebf767b?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/213de933-0403-4322-805a-7b5f1ebf767b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/213de933-0403-4322-805a-7b5f1ebf767b?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/36221) GitHub link: https://github.com/apache/superset/discussions/36221#discussioncomment-15035801 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
