-
Notifications
You must be signed in to change notification settings - Fork 4
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 ] 2차 QA 모달 추가 #317
[ Feat ] 2차 QA 모달 추가 #317
Conversation
[ refactor ] vercel 배포 테스트 main merge
배포 테스트 - 코드 스플릿팅 제거
[ main merge ] 코드 스플리팅 추가, 빌드 모듈 분리
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 수고하셨습니다!!
} else if (nav === '나의 약속') { | ||
switch (nav) { | ||
case '둘러보기': | ||
userRole === 'JUNIOR' ? setCurrNav('/juniorPromise') : setShowModal(true); |
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) 해당 조건문 자주 쓰이니까 const isJunior = userRole === 'JUNIOR'
로 해줘도 좋을 것 같슴당 !
const baseUrl = import.meta.env.VITE_APP_API_BASE_URL; | ||
|
||
export const axios = _axios.default.create({ | ||
baseURL: '/api', | ||
baseURL: `${baseUrl}`, |
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.
어머 이게 왜 이피알에?
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.
/api
다 바꼈던뎅?
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.
모바일 사용성까지 고려해서 좋네요! 잘봤습니다!
src/components/commons/Nav.tsx
Outdated
<AutoCloseModal | ||
text="아직 준비중인 기능이에요" | ||
showModal={showModal} | ||
handleShowModal={(type: boolean) => setShowModal(type)}> |
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) 네이밍을 type대신 show처럼 명확하게 바꾸면 좋을거 같습니다!
#️⃣ Related Issue
Closes #314
✅ Done Task
☀️ New-insight
2차 큐에이하면서 필요할 것 같아서 모달 추가 요청했어요.
💎 PR Point
헤더에 '알림은 문자를 확인해주세요' -> 그래픽 픽스가 안돼서 일단 제가 임의로 넣어놨어요! 기디한테 픽스 받으면 반영해두겠습니당~
📸 Screenshot
[헤더 모달]
2024-10-29.6.16.05.mov
[Nav 모달]
2024-10-29.6.16.32.mov
2024-10-29.6.17.11.mov