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:
parent
e6b0c4fdb5
commit
8c26c038b4
@ -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,
|
||||||
|
@ -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,
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -53,7 +53,6 @@ process.nextTick(async () => {
|
|||||||
createProjectWithEnvironmentConfig: true,
|
createProjectWithEnvironmentConfig: true,
|
||||||
manyStrategiesPagination: true,
|
manyStrategiesPagination: true,
|
||||||
enableLegacyVariants: false,
|
enableLegacyVariants: false,
|
||||||
navigationSidebar: false,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
authentication: {
|
authentication: {
|
||||||
|
Loading…
Reference in New Issue
Block a user