发布

  • [OPIK-6448] [FE] refactor: remove TOGGLE_ALERTS_ENABLED feature flag (#6655)

    frostbyte_neo 发布于 2026-05-11 08:47:44 +00:00

    • [OPIK-6448] [FE] refactor: remove TOGGLE_ALERTS_ENABLED feature flag

    Remove the TOGGLE_ALERTS_ENABLED feature flag entirely. The alerts
    functionality is now always enabled and the menu item is always visible.

    Changes:

    • Remove TOGGLE_ALERTS_ENABLED enum value from FeatureToggleKeys
    • Remove default state entry from feature toggles provider
    • Remove featureFlag property from alerts menu items in v1 and v2 sidebars

    The alerts tab will now be visible for all users without checking the feature flag.

    • refactor(sidebar): remove unused FeatureToggleKeys imports
    下载附件