[#96] 포스트 자잘구리한 디자인 수정#98
Conversation
✅ Deploy Preview for repicka ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
쟤 뭔데 뭐... 뭐 어떻게 보는 건데 저 넷플릭스 |
|
넷플릭스 구독 안해서 에러뜨네 |
|
보니까 타입에러 있네요 |
| // 채팅방 들어갔을 때 오는 값 | ||
| import client from '@/common/utils/client'; | ||
| import { useMutation } from '@tanstack/react-query'; | ||
|
|
||
| const postChatRoom = async ({ chatRoomId }: { chatRoomId: number }) => { | ||
| const res = await client.post(`/api/v1/chatroom/${chatRoomId}/enter`, null, { | ||
| params: { pageSize: 5 }, | ||
| }); | ||
|
|
||
| console.log(res.data.message); | ||
|
|
||
| return res; | ||
| }; | ||
|
|
||
| export const usePostChatRoom = () => | ||
| useMutation({ | ||
| mutationFn: postChatRoom, | ||
| }); |
There was a problem hiding this comment.
이 브랜치랑 상관없는데 모르고 여기다 해 버렸네 무시해주삼
| <span className="mgc_alert_octagon_fill"></span> | ||
| 사진은 최대 6장까지 등록이 가능해요. | ||
| <AlertText isIcon={true}>최대 6장까지 등록이 가능해요</AlertText> | ||
| <AlertText isIcon={true}>장당 최대 5MB까지 등록이 가능해요.</AlertText> |
There was a problem hiding this comment.
근데 이거 용량 제한 알려주는게 의미가 있나 고민이 되네
There was a problem hiding this comment.
뭐 안 되는 이유를 알 수 있으니 괜찮지 않나
|
|
||
| console.log(data); | ||
|
|
||
| return ( |
There was a problem hiding this comment.
얘도 무시해주세염... 이거 하다가 찝찝하게 이제 약속 나갈 시간
| return ( | ||
| <input | ||
| className={`${s.Container({ isNumber })} ${className}`} | ||
| className={`${s.Container({ isNumber })} ${className} ${s.ContainerWithPlaceholder}`} |
| export const ContainerWithPlaceholder = css({ | ||
| _placeholder: { | ||
| color: '54', | ||
| }, | ||
| }); |
There was a problem hiding this comment.
근데 이거 분리할 필요 없이 그냥 위 Container랑 합쳐도 된다 아님?
There was a problem hiding this comment.
위 컨테이너는 cva라서 안 대요
| import UploadFile from '../../UploadFile'; | ||
| import { useStep5Store } from '@/features/post/stores/Step5Store'; | ||
| import { ALLOWED_EXTENSIONS, MAX_DESC, MAX_SIZE_BYTES, MAX_SIZE_MB, MAX_TITLE } from '@/libs/constants'; | ||
| import AlertText from '../../AlertText'; |
There was a problem hiding this comment.
근데 너꺼 import 왜 자동으로 global path로 안 불러와지지
| setValue={titleSetter} | ||
| maxLength={MAX_TITLE} | ||
| placeholder="최대 64자까지 입력이 가능해요." | ||
| ></InputField> |
There was a problem hiding this comment.
| ></InputField> | |
| /> |
😎
| <span className="mgc_alert_octagon_fill"></span> | ||
| 사진은 최대 6장까지 등록이 가능해요. | ||
| <AlertText isIcon={true}>최대 6장까지 등록이 가능해요</AlertText> | ||
| <AlertText isIcon={true}>장당 최대 5MB까지 등록이 가능해요.</AlertText> |
There was a problem hiding this comment.
근데 이거 용량 제한 알려주는게 의미가 있나 고민이 되네
❗ 연관 이슈
📌 내용
☑️ 체크 사항 & 논의 사항