Skip to content
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

Merged
merged 11 commits into from
Feb 10, 2024

Conversation

sumi-0011
Copy link
Member

🤔 해결하려는 문제가 무엇인가요?

closed #509

🎉 변경 사항

  • 종료 미션 보관함 페이지 & 기능을 구현하였어요,
  • 종료 미션 보관함에서도 공통적으로 사용하는 mission detail 쪽 컴포넌트를 component 폴더로 분리했어요.
스크린샷 2024-02-09 오후 9 47 57

Copy link

vercel bot commented Feb 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
10mm-client-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2024 8:34am

Copy link
Contributor

github-actions bot commented Feb 9, 2024

@@ -5,6 +5,7 @@ import { MISSION_CATEGORY_LABEL } from '@/constants/mission';

function MissionHistoryBannerApi({ missionId }: { missionId: string }) {
const { data } = useGetMissionDetailNoSuspense(missionId);
console.log('data: ', data);
Copy link
Collaborator

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;
Copy link
Collaborator

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: {
Copy link
Collaborator

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 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@woobottle woobottle merged commit bd0d6a5 into develop Feb 10, 2024
3 checks passed
@woobottle woobottle deleted the feat/finished-mission branch February 10, 2024 08:37
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] 종료 미션 보관함
2 participants