-
[OPIK-3753] [FE] [BE] Remove dashboard feature toggle support (#4687)
发布于
2026-01-09 15:51:42 +00:00 Remove dashboardsEnabled feature toggle from both frontend and backend codebase.
Backend changes:
- Removed dashboardsEnabled from ServiceTogglesConfig.java
- Removed dashboardsEnabled from config.yml and config-test.yml
Frontend changes:
- Removed DASHBOARDS_ENABLED from FeatureToggleKeys enum
- Removed dashboard toggle from feature-toggles-provider default state
- Removed feature flag checks from SideBar, ViewSelector, and CompareExperimentsDetails components
- Cleaned up unused imports
The dashboard feature is now permanently enabled without toggle support.
Implements OPIK-3753: Remove Dashboard feature toggle support
下载附件