Skip to content

Commit 6002a3a

Browse files
Copilothotlong
andcommitted
Address code review: clarify section comments in ViewConfigPanel
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 26e3691 commit 6002a3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/console/src/components/ViewConfigPanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export function ViewConfigPanel({ open, onClose, mode = 'edit', activeView, obje
449449

450450
{/* Scrollable Content */}
451451
<div className="flex-1 overflow-auto px-4 pb-4">
452-
{/* ── Page/View Config Section ── */}
452+
{/* ── Page Config — toolbar, navigation, view shell ── */}
453453
<SectionHeader title={t('console.objectView.page')} />
454454
<p className="text-[10px] text-muted-foreground mb-1">{t('console.objectView.pageConfigHint')}</p>
455455
<div className="space-y-0.5">
@@ -533,7 +533,7 @@ export function ViewConfigPanel({ open, onClose, mode = 'edit', activeView, obje
533533
</ConfigRow>
534534
</div>
535535

536-
{/* ── List View Config Section — data, appearance, inline actions ── */}
536+
{/* ── Data Section — list-level data, filtering, sorting ── */}
537537
<SectionHeader
538538
title={t('console.objectView.data')}
539539
collapsible

0 commit comments

Comments
 (0)