CommandPalette: Remove topnav command palette feature flag (#63620)

* CommandPalette: Remove topnav command palette feature flag

* Restore search shortcuts if topnav isnt enabled

* fix unused imports
This commit is contained in:
Josh Hunt
2023-02-24 07:14:53 -05:00
committed by GitHub
parent 09e523eef2
commit 91d2df59fc
10 changed files with 6 additions and 87 deletions
-6
View File
@@ -341,12 +341,6 @@ var (
State: FeatureStateBeta,
RequiresRestart: false,
},
{
Name: "topNavCommandPalette",
Description: "Launch the Command Palette from the top navigation search box",
State: FeatureStateBeta,
FrontendOnly: true,
},
{
Name: "logsSampleInExplore",
-4
View File
@@ -251,10 +251,6 @@ const (
// Stop maintaining state of alerts that are not firing
FlagAlertingNoNormalState = "alertingNoNormalState"
// FlagTopNavCommandPalette
// Launch the Command Palette from the top navigation search box
FlagTopNavCommandPalette = "topNavCommandPalette"
// FlagLogsSampleInExplore
// Enables access to the logs sample feature in Explore
FlagLogsSampleInExplore = "logsSampleInExplore"