Skip to content

Commit

Permalink
Add a tab multi-selection feature flag config (#2644)
Browse files Browse the repository at this point in the history
* Add a tab multi-selection feature flag config

* Move the multi-selection feature flag under a tabs feature

* Remove unneeded exceptions and rename the feature from tabs to tabManager

* Add the tabManager feature key to exceptions

* Fix the tabManager feature flag

* Add an override for iOS
  • Loading branch information
0nko authored Jan 15, 2025
1 parent 369aa21 commit a59d9ce
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/tab-manager.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"_meta": {
"description": "A feature flag that controls the subfeatures related the tab manager."
},
"exceptions": []
}
8 changes: 8 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,14 @@
"showOnAppLaunch": {
"state": "enabled"
},
"tabManager": {
"state": "internal",
"features": {
"multiSelection": {
"state": "disabled"
}
}
},
"maliciousSiteProtection": {
"state": "internal",
"settings": {
Expand Down
8 changes: 8 additions & 0 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,14 @@
}
}
}
},
"tabManager": {
"state": "internal",
"features": {
"multiSelection": {
"state": "disabled"
}
}
}
},
"unprotectedTemporary": [
Expand Down

0 comments on commit a59d9ce

Please sign in to comment.