-
Notifications
You must be signed in to change notification settings - Fork 1
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] 종료 미션 보관함 페이지 생성 #510
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -5,6 +5,7 @@ import { MISSION_CATEGORY_LABEL } from '@/constants/mission'; | |||
|
|||
function MissionHistoryBannerApi({ missionId }: { missionId: string }) { | |||
const { data } = useGetMissionDetailNoSuspense(missionId); | |||
console.log('data: ', data); |
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.
콘솔 삭제 부탁드립니다~~
@@ -36,6 +36,7 @@ type QueryList = { | |||
missionStack: { | |||
missionId: string; | |||
}; | |||
finishedMissions: undefined; |
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 scrollAreaCss = css({ | ||
overflowY: 'scroll', | ||
height: 'calc(100vh - 24px - 44px)', | ||
_scrollbar: { |
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.
👍🏻
@@ -4,7 +4,13 @@ interface UseModalProps { | |||
initialOpen?: boolean; | |||
} | |||
|
|||
const useModal = ({ initialOpen = false }: UseModalProps = {}) => { | |||
export interface UseModalReturn { |
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.
👍🏻
🤔 해결하려는 문제가 무엇인가요?
closed #509
🎉 변경 사항