-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat/#95] 에디터 이미지 업로드 구현 및 에디터 뷰 퍼블리싱 합치기 #110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -20,15 +20,13 @@ const DropDown = () => { | |||
writer: '작자미상', | |||
}); | |||
|
|||
const dropDownRef = useRef(null); | |||
|
|||
// 드롭다운 리스트 중 선택된 값 저장 이벤트 핸들러 | |||
const handleListItem = (key: string, value: string) => { | |||
setSelectedValues((prev) => ({ ...prev, [key]: value })); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[P5] 스프레드 연산자를 이렇게 이용할 수 있군요 배워갑니다✨
width: 100%; | ||
height: 30.7rem; | ||
object-fit: cover; //픽스 | ||
background-color: #e4f4b5; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에 수정해주세욤
`; | ||
|
||
const EditorThuminputIcnActiveIcon = styled(EditorThuminputIcnActiveIc)` | ||
margin-left: 69%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
퍼센트로 마진값을 잡으신 이유가 뭔가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
✨ 해당 이슈 번호 ✨
closes #95
todo
📌 내가 알게 된 부분
📌 질문할 부분
📌스크린샷(선택)
기본 뷰
이미지 업로드
헤더 alert창 구현