Skip to content

Commit

Permalink
Merge pull request desktop#19695 from desktop/filter-changes-feature-…
Browse files Browse the repository at this point in the history
…flag

Feature flag and substitute modified impactful components if filtering changes
  • Loading branch information
tidy-dev authored Dec 17, 2024
2 parents 9b7d2ed + cab947f commit 26f068f
Show file tree
Hide file tree
Showing 4 changed files with 1,818 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/lib/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ export const enableCustomIntegration = () => true

export const enableResizingToolbarButtons = () => true
export const enableGitConfigParameters = enableBetaFeatures

export const enableFilteredChangesList = enableDevelopmentFeatures
Loading

0 comments on commit 26f068f

Please sign in to comment.