feat(테이블타입): DBeaver 식 탭 분리 + 입력 타입 아이콘 lucide 통일 #24
Reference in New Issue
Block a user
Delete Branch "johngreen"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
1) 컬럼 그리드 DBeaver 식 탭 분리
—빈 칸 → 시각 노이즈 큼ReferenceListView신규 컴포넌트2) 입력 타입 아이콘 lucide 로 통일
iconChar문자열에T(글자) /#(기호) /{}(코드) /📎(emoji) 식으로 letter/symbol/emoji 혼재Type/Hash/Calendar/Braces/Link2등)FALLBACK_TYPE_CONFIGexport 해서 legacy/unknown 도 같은 인터페이스3) CLAUDE.md 컨벤션 추가
Test plan
코드: DEFECT_TYPE) 보이는지기존엔 iconChar 문자열에 'T'(글자) / '#'(기호) / '{}'(코드) / '📎'(emoji) 식으로 일관성 없게 표시. 카드 그리드에서 시각 노이즈 큼. - TypeColorConfig.iconChar(string) → Icon(LucideIcon) 으로 교체 - 13개 입력 타입 전부 lucide 아이콘 매핑 (Type/Hash/Calendar/Braces/Link2 등) - FALLBACK_TYPE_CONFIG export 해서 TypeOverviewStrip 의 legacy/unknown 도 같은 인터페이스 따름 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>