Skip to content

🧹 Remove filterFavorites feature flag#11699

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/cleanup-filterfavorites-flag
Draft

🧹 Remove filterFavorites feature flag#11699
Copilot wants to merge 3 commits intomainfrom
copilot/cleanup-filterfavorites-flag

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 27, 2026

  • Remove filterFavorites from src/lib/types/experimental.ts (IFlagKey union and flags object)
  • Remove filterFavorites from src/server-dev.ts
  • Remove filterFavorites from frontend/src/interfaces/uiConfig.ts
  • Update FeaturesOverviewToggleFilters.tsx to always include the Favorite filter (remove conditional and unused useUiFlag import)
  • Update ProjectOverviewFilters.tsx to always include the Favorite filter (remove conditional and unused useUiFlag import)
  • Fix biome formatting lint error in ProjectOverviewFilters.tsx (collapse short dep array to one line)

⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 27, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA efe02c1.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Agent-Logs-Url: https://github.com/Unleash/unleash/sessions/b15fc931-37a8-4e75-aaf1-f1b7a16fd140

Co-authored-by: ivarconr <158948+ivarconr@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove completed filterFavorites feature flag references 🧹 Remove filterFavorites feature flag Mar 27, 2026
Copilot AI requested a review from ivarconr March 27, 2026 13:16
@github-actions
Copy link
Copy Markdown
Contributor

API Changelog 7.5.1 vs. 7.5.1

No changes

@ivarconr
Copy link
Copy Markdown
Member

@copilot you forgot to fix the lint problems.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 27, 2026

@copilot you forgot to fix the lint problems.

Fixed in efe02c1 — biome wanted the short useEffect dep array collapsed to a single line in ProjectOverviewFilters.tsx.

@gastonfournier gastonfournier moved this from New to In Progress in Issues and PRs Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

🧹 Flag filterFavorites marked as completed

3 participants