Open
Conversation
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
Contributor
There was a problem hiding this comment.
Code Review
This pull request implements the inquiry detail functionality, including a new detail page, a data fetching hook with mock data, and navigation from the inquiry list. It also refines the UI by replacing text-based icons with SVG components and updating styles. I have no feedback to provide.
Contributor
There was a problem hiding this comment.
문의에 대한 답변이니, 사용자가 답이 오는지 확인하기 위해 화면을 아래로 당겨 새로 고침을 하고 싶을 수도 있을 거 같습니다. 추후에 API 연동 시에 이러한 부분도 추가하면 좋을 거 같네요
eunhyekimyeah
approved these changes
Apr 6, 2026
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.

📝 요약
⚙️ 작업 내용
고객센터 페이지 구현
pages/customer-service슬라이스 생성 — 탭바(문의하기/문의내역확인) 기반 고객센터 페이지 구현app/(protected)/customer-service/index.tsx단일 공통 라우트로 통합features/inquiry-list→pages/customer-service내부로 이동 (FSD 레이어 정리)문의내역 상세페이지 구현
pages/inquiry-detail슬라이스 생성 — 문의내역 상세 페이지 독립 분리app/(protected)/customer-service/[id].tsx동적 라우트 추가InquiryItem클릭 시/customer-service/{id}상세 페이지로 라우팅 연결entities/inquiry슬라이스 생성 —Inquiry,InquiryDetail공유 타입 분리InquiryItemborder 색상gray-200적용, 날짜·상태 배지 간격 조정InquiryDetailPageUI — 헤더/제목/구분선 간격 조정, 답변 박스 스타일 적용공용 상단 탭바 생성 및 적용
src/shared/ui/top-app-bar/
├── TopAppBar.tsx (new)
└── index.ts (new)
src/shared/ui/index.ts (export 추가)
src/pages/customer-service/ui/CustomerServicePage.tsx (TopAppBar 적용)
src/pages/inquiry-detail/ui/InquiryDetailPage.tsx (TopAppBar 적용)
🔗 관련 이슈
✅ 체크리스트
💬 리뷰어에게