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:
@ -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',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
BIN
packages/twenty-website/public/images/lab/side-panel.png
Normal file
BIN
packages/twenty-website/public/images/lab/side-panel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 463 KiB |
Reference in New Issue
Block a user