diff --git a/label_studio/core/feature_flags/stale_feature_flags.py b/label_studio/core/feature_flags/stale_feature_flags.py index d00da7aab192..cec147caaf06 100644 --- a/label_studio/core/feature_flags/stale_feature_flags.py +++ b/label_studio/core/feature_flags/stale_feature_flags.py @@ -23,7 +23,6 @@ 'fflag_fix_front_dev_3793_relative_coords_short': True, 'ff_front_dev_2715_audio_3_280722_short': True, # Feb 5 - 'fflag_feat_front_optic_1351_use_new_projects_counts_api_short': True, 'fflag_feature_all_optic_1421_cold_start_v2': False, 'fflag_fix_back_optic_1407_optimize_tasks_api_pagination_counts': True, 'fflag_fix_optic_1259_lse_projects_read_apis_use_replica_short': True, @@ -32,7 +31,6 @@ 'fflag_feat_optic_378_limit_projects_per_page_to_ten_short': True, 'fflag_feat_optic_67_drag_and_drop_charts': True, # Feb 6 - 'fflag_feat_dia_1528_gemini_models_support_vertex_ai_support_short': True, 'fflag_feat_all_dia_1576_prompts_easy_breezy_onboarding_short_async_presets_ks': False, 'fflag_front_dia_1150_ddisco_sneak_preview': False, # Feb 25 diff --git a/web/libs/core/src/lib/utils/feature-flags/flags.ts b/web/libs/core/src/lib/utils/feature-flags/flags.ts index 4bb638da7c02..8267583aa89f 100644 --- a/web/libs/core/src/lib/utils/feature-flags/flags.ts +++ b/web/libs/core/src/lib/utils/feature-flags/flags.ts @@ -1,21 +1,11 @@ //// LEGACY FLAGS //// // Consider all pre-XFN flags legacy. Should be revised and removed. -/** - * Aync import for task data - * @deprecated - */ -export const FF_LSDV_4915 = "fflag_feat_all_lsdv_4915_async_task_import_13042023_short"; /** * Fix displaying of created_at in the review mode */ export const FF_DEV_1480 = "ff_front_dev_1480_created_on_in_review_180122_short"; -/** - * Notifications - */ -export const FF_DEV_1658 = "ff_front_dev_1658_notification_center_170222_short"; - /** * Model version selector per model backend */ diff --git a/web/libs/editor/LSF.init.md b/web/libs/editor/LSF.init.md index 165142c93c41..7da1ed2a6e27 100644 --- a/web/libs/editor/LSF.init.md +++ b/web/libs/editor/LSF.init.md @@ -6,9 +6,8 @@ Different thoughts and investingations related to LSF init. We have 3 UI versions: old (awful), medium (outliner v1), modern (draggable panels) -Flags: +Flag: -- `ff_front_1170_outliner_030222_short` — initial **FF_1170** - `fflag_feat_front_dev_3873_labeling_ui_improvements_short` — modern **FF_3873** Components: