feat: 작품 등록 페이지 UI 구현 (#5)#9
Open
seryoii wants to merge 21 commits into
Open
Conversation
HeeEun-Lee
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 작업 내용
art/new작품 등록 페이지 ui🧩 관련 이슈
🔍 변경 상세 내용
/art/new생성archive-form에 구현 (공간 등록 페이지에 재사용 예정)ArtToolTip,DayPicker,Dropdown,ImageUploaderInput,Label,RegionSelect,SizeInput,Textarea,ToggleButtonuseImageStore훅 추가 (이미지 업로드)constants디렉토리 생성, 상수ART_TYPES,SEOUL_REGIONS저장common/Header.tsx구현🧪 테스트 결과
📌 참고 사항
archive-form내 생성한 컴포넌트 중 공통 컴포넌트로 사용할 수 있는 컴포넌트도 있는데 (Textarea, Label, ToggleButton 등) 공통 컴포넌트를 어떻게 사용할지 논의된 바가 없어 일단archive-form에 생성해두었습니다.