✨ [Feat] 블록 선택하기(block-menu.tsx) 모달 생성, 구분선(contour.tsx) 컴포넌트 생성 #124#125
Merged
✨ [Feat] 블록 선택하기(block-menu.tsx) 모달 생성, 구분선(contour.tsx) 컴포넌트 생성 #124#125
Conversation
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.
작업사항
미리보기, 사용방법 및 결과물
블록 선택하기가 페이지가 아닌 모달로 구현되었기 때문에
기존에 block 영역 진입 시 사용하시던
/admin/block/image주소에서
/admin/image이런 식으로 변경되었습니다.
Contour 는 margin 없이 선만 작성하여서
div 로 감싸 필요한 만큼 마진을 주시면 됩니다.
기타
리액트 포탈을 이용하여 modal 을 구현하였습니다.
작성일
2024.10.22