Add side panel in lab (#10183)

<img width="908" alt="Capture d’écran 2025-02-13 à 11 15 22"
src="https://github.com/user-attachments/assets/642b181c-8a20-4935-bb32-97d9d2b0f4c9"
/>
This commit is contained in:
Thomas Trompette
2025-02-14 14:59:27 +01:00
committed by GitHub
parent 258025a18f
commit 5fe101545d
2 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,10 @@ type FeatureFlagMetadata = {
};
export type PublicFeatureFlag = {
key: Extract<FeatureFlagKey, FeatureFlagKey.IsWorkflowEnabled>;
key: Extract<
FeatureFlagKey,
FeatureFlagKey.IsWorkflowEnabled | FeatureFlagKey.IsCommandMenuV2Enabled
>;
metadata: FeatureFlagMetadata;
};
@ -20,4 +23,13 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
imagePath: 'https://twenty.com/images/lab/is-workflow-enabled.png',
},
},
{
key: FeatureFlagKey.IsCommandMenuV2Enabled,
metadata: {
label: 'Side Panel',
description:
'Click on the 3 dots menu at the top right or press command K to open your new side panel.',
imagePath: 'https://twenty.com/images/lab/side-panel.png',
},
},
];

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 KiB