feat: unpin action (#18505)

## Before 

<img width="1628" height="1140" alt="image"
src="https://github.com/user-attachments/assets/8d406745-88ea-4d19-806e-8170daa2a295"
/>


## After

<img width="3456" height="2160" alt="CleanShot 2026-03-09 at 17 03
29@2x"
src="https://github.com/user-attachments/assets/741dbab5-3b9e-4f7a-83a9-27ddff0b37a2"
/>
This commit is contained in:
Baptiste Devessier
2026-03-09 17:27:44 +01:00
committed by GitHub
parent 5ab3eeb830
commit 309fd7a526
@@ -29,19 +29,19 @@ import { SingleRecordCommandKeys } from '@/command-menu-item/record/single-recor
import { type CommandMenuItemConfig } from '@/command-menu-item/types/CommandMenuItemConfig';
import { CommandMenuItemScope } from '@/command-menu-item/types/CommandMenuItemScope';
import { CommandMenuItemType } from '@/command-menu-item/types/CommandMenuItemType';
import {
CommandMenuItemViewType,
CoreObjectNameSingular,
AppPath,
SettingsPath,
} from 'twenty-shared/types';
import { CoreObjectNamePlural } from '@/object-metadata/types/CoreObjectNamePlural';
import { msg } from '@lingui/core/macro';
import { isNonEmptyString } from '@sniptt/guards';
import {
BACKEND_BATCH_REQUEST_MAX_COUNT,
MUTATION_MAX_MERGE_RECORDS,
} from 'twenty-shared/constants';
import { msg } from '@lingui/core/macro';
import { isNonEmptyString } from '@sniptt/guards';
import {
AppPath,
CommandMenuItemViewType,
CoreObjectNameSingular,
SettingsPath,
} from 'twenty-shared/types';
import {
IconArrowMerge,
IconBuildingSkyscraper,
@@ -72,8 +72,8 @@ import {
import { isDefined } from 'twenty-shared/utils';
import {
PermissionFlagType,
FeatureFlagKey,
PermissionFlagType,
} from '~/generated-metadata/graphql';
export const DEFAULT_RECORD_COMMAND_MENU_ITEMS_CONFIG: Record<
@@ -760,9 +760,9 @@ export const DEFAULT_RECORD_COMMAND_MENU_ITEMS_CONFIG: Record<
[RecordPageLayoutSingleRecordCommandKeys.EDIT_RECORD_PAGE_LAYOUT]: {
key: RecordPageLayoutSingleRecordCommandKeys.EDIT_RECORD_PAGE_LAYOUT,
label: msg`Edit Page Layout`,
label: msg`Edit Layout`,
shortLabel: msg`Edit Layout`,
isPinned: true,
isPinned: false,
position: 30,
Icon: IconPencil,
type: CommandMenuItemType.Standard,