feature/v2-unified-renewal #379

Merged
kjs merged 145 commits from feature/v2-unified-renewal into main 2026-02-03 12:11:19 +09:00
1 changed files with 6 additions and 4 deletions
Showing only changes of commit 56036d7fe4 - Show all commits

View File

@ -501,7 +501,8 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
/> />
</div> </div>
<div className="space-y-2"> {/* 헤더 높이 설정 - 숨김 처리 */}
{/* <div className="space-y-2">
<Label> (px)</Label> <Label> (px)</Label>
<Input <Input
type="number" type="number"
@ -512,7 +513,7 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
max={120} max={120}
/> />
<p className="text-muted-foreground text-xs"> (기본: 48px)</p> <p className="text-muted-foreground text-xs"> (기본: 48px)</p>
</div> </div> */}
<div className="space-y-2"> <div className="space-y-2">
<Label> </Label> <Label> </Label>
@ -745,7 +746,8 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
/> />
</div> </div>
<div className="space-y-2"> {/* 헤더 높이 설정 - 숨김 처리 */}
{/* <div className="space-y-2">
<Label> (px)</Label> <Label> (px)</Label>
<Input <Input
type="number" type="number"
@ -756,7 +758,7 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
max={120} max={120}
/> />
<p className="text-muted-foreground text-xs"> (기본: 48px)</p> <p className="text-muted-foreground text-xs"> (기본: 48px)</p>
</div> </div> */}
{/* 관계 타입에 따라 테이블 선택 UI 변경 */} {/* 관계 타입에 따라 테이블 선택 UI 변경 */}
{relationshipType === "detail" ? ( {relationshipType === "detail" ? (