refactor!: rename Command Menu page/navigation layer to Side Panel (#18393)

This commit is contained in:
nitin
2026-03-05 20:16:31 +05:30
committed by GitHub
parent 38ad0820c0
commit 5853891b02
675 changed files with 4894 additions and 4964 deletions
@@ -32,7 +32,7 @@ export const PageLayoutLeftPanel = ({
}: PageLayoutLeftPanelProps) => {
const { currentPageLayout } = useCurrentPageLayout();
const targetRecordIdentifier = useTargetRecord();
const { isInRightDrawer } = useLayoutRenderingContext();
const { isInSidePanel } = useLayoutRenderingContext();
const pinnedTab = usePageLayoutTabWithVisibleWidgetsOrThrow(pinnedLeftTabId);
if (currentPageLayout?.type !== PageLayoutType.RECORD_PAGE) {
@@ -49,7 +49,7 @@ export const PageLayoutLeftPanel = ({
<SummaryCard
objectNameSingular={targetRecordIdentifier.targetObjectNameSingular}
objectRecordId={targetRecordIdentifier.id}
isInRightDrawer={isInRightDrawer}
isInSidePanel={isInSidePanel}
/>
<PageLayoutContentProvider