[Feat] 미션 페이지 퍼블리싱 - #5
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝작업 내용
📸스크린샷 (선택)
💬리뷰 요구사항(선택)
📌 작업 내용
이번 PR에서는 퀘스팟 미션 플로우 관련 페이지 구현과
공통 페이지 레이아웃 적용 작업을 진행했습니다.
✅ 주요 변경 사항
1. 🧱 공통 레이아웃 추가
페이지마다 너비, 높이, 배경색, 스크롤 기준이 달라지는 문제를 해결하기 위해
공통 페이지 레이아웃을 분리했습니다.
추가된 공통 컴포넌트는 다음과 같습니다.
앞으로 새 페이지를 만들 때는 아래처럼 import해서 사용하면 됩니다.
사용 예시는 다음과 같습니다.
이를 통해 모바일 프레임 기준으로
페이지 크기, 배경색, 스크롤 동작을 일관되게 유지할 수 있습니다.
2. 🏠 홈 페이지 수정
홈 페이지를 피그마 디자인 기준으로 수정했습니다.
QuespotPageLayout적용Questy.svg아이콘 적용QuestyMain.svg적용3. 🧭 미션 탐색 페이지 구현
미션 탐색 페이지를 피그마 디자인에 맞춰 구현했습니다.
4. 📍 미션 상세 페이지 구현
미션 상세 페이지를 구현하고,
미션 탐색 페이지에서 선택한 미션 데이터를 상세 페이지에 반영하도록 구성했습니다.
5. 🍽️ 추가 페이지 구현
미션 상세 페이지에서 이동할 수 있는 하위 페이지를 추가했습니다.
주변 로컬 추천 페이지
추가 보상 지역 페이지
6. 🔗 라우터 및 경로 추가
미션 상세 페이지에서 하위 페이지로 이동할 수 있도록
라우터와 경로를 추가했습니다.
추가된 이동 흐름은 다음과 같습니다.
🔍 확인 사항