Navigation: Remove commandPalette feature toggle (#62698)

* remove command palette feature toggle

* undo irrelevant AppChrome changes

* update toggle description
This commit is contained in:
Ashley Harrison
2023-02-02 14:44:21 +00:00
committed by GitHub
parent 68862ce3e8
commit 5e7e026c0c
6 changed files with 10 additions and 24 deletions
+2 -9
View File
@@ -189,13 +189,6 @@ var (
State: FeatureStateAlpha,
FrontendOnly: true,
},
{
Name: "commandPalette",
Description: "Enable command palette",
State: FeatureStateStable,
Expression: "true", // enabled by default
FrontendOnly: true,
},
{
Name: "correlations",
Description: "Correlations page",
@@ -276,8 +269,8 @@ var (
},
{
Name: "topnav",
Description: "New top nav and page layouts",
State: FeatureStateAlpha,
Description: "Displays new top nav and page layouts",
State: FeatureStateBeta,
},
{
Name: "grpcServer",
+1 -5
View File
@@ -139,10 +139,6 @@ const (
// Adds trace ID to error notifications
FlagTracing = "tracing"
// FlagCommandPalette
// Enable command palette
FlagCommandPalette = "commandPalette"
// FlagCorrelations
// Correlations page
FlagCorrelations = "correlations"
@@ -200,7 +196,7 @@ const (
FlagInternationalization = "internationalization"
// FlagTopnav
// New top nav and page layouts
// Displays new top nav and page layouts
FlagTopnav = "topnav"
// FlagGrpcServer