DockedMegaMenu: Clean up toggle and old code (#81878)

* remove toggle

* remove code not behind toggle

* remove old MegaMenu

* rename DockedMegaMenu -> MegaMenu and clean up go code

* fix backend test

* run yarn i18n:extract

* fix some unit tests

* fix remaining unit tests

* fix remaining e2e/unit tests
This commit is contained in:
Ashley Harrison
2024-02-06 13:43:11 +00:00
committed by GitHub
parent 390461f9e1
commit 28b336ac80
52 changed files with 218 additions and 1822 deletions

View File

@@ -99,10 +99,6 @@ const (
// Enables topnav support in external plugins. The new Grafana navigation cannot be disabled.
FlagTopnav = "topnav"
// FlagDockedMegaMenu
// Enable support for a persistent (docked) navigation menu
FlagDockedMegaMenu = "dockedMegaMenu"
// FlagReturnToPrevious
// Enables the return to previous context functionality
FlagReturnToPrevious = "returnToPrevious"