1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00

feat: new sidebar by default for OSS (#7239)

This commit is contained in:
Mateusz Kwasniewski 2024-06-03 11:05:10 +02:00 committed by GitHub
parent e6b0c4fdb5
commit 8c26c038b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -135,7 +135,7 @@ exports[`should create default config 1`] = `
}, },
}, },
"migrationLock": true, "migrationLock": true,
"navigationSidebar": false, "navigationSidebar": true,
"newCreateProjectUI": false, "newCreateProjectUI": false,
"outdatedSdksBanner": false, "outdatedSdksBanner": false,
"parseProjectFromSession": false, "parseProjectFromSession": false,

View File

@ -292,7 +292,7 @@ const flags: IFlags = {
), ),
navigationSidebar: parseEnvVarBoolean( navigationSidebar: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_SIDEBAR_NAVIGATION, process.env.UNLEASH_EXPERIMENTAL_SIDEBAR_NAVIGATION,
false, true,
), ),
}; };

View File

@ -53,7 +53,6 @@ process.nextTick(async () => {
createProjectWithEnvironmentConfig: true, createProjectWithEnvironmentConfig: true,
manyStrategiesPagination: true, manyStrategiesPagination: true,
enableLegacyVariants: false, enableLegacyVariants: false,
navigationSidebar: false,
}, },
}, },
authentication: { authentication: {