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

@@ -41,7 +41,6 @@ export interface FeatureToggles {
logRequestsInstrumentedAsUnknown?: boolean;
dataConnectionsConsole?: boolean;
topnav?: boolean;
dockedMegaMenu?: boolean;
returnToPrevious?: boolean;
grpcServer?: boolean;
unifiedStorage?: boolean;