Skip to content

Fb triag 1493/clean up empty feature flag #7822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions label_studio/core/feature_flags/stale_feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down
10 changes: 0 additions & 10 deletions web/libs/core/src/lib/utils/feature-flags/flags.ts
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
3 changes: 1 addition & 2 deletions web/libs/editor/LSF.init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading