Refine account settings and strategy pagination - #169
Merged
Conversation
pjy008008
marked this pull request as ready for review
August 9, 2026 10:18
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.
변경 사항
/account진입 즉시 문의 목록을 10개 단위로 표시하고, 각 항목을 누르면 제목·상태·작성 내용·고객지원 답변을 모달에서 확인할 수 있습니다.내 문의 보기버튼을문의하기로 바꾸고, 새 문의 작성만 담당하는 모달로 분리했습니다.이메일 알림 받기토글 하나로 교체했습니다.백엔드 의존성
문의 목록/상세와 계정 단위 이메일 알림 API는 Idea2Strategy-backend#262가 제공합니다. 루트 develop이 아직 해당 backend 커밋을 가리키지 않으므로 UI real-account E2E는 새 API의 서버 동작을 강제하지 않고, API 자체는 백엔드 통합 테스트에서 검증합니다.
검증
pnpm typecheckpnpm exec vitest run— 47 files, 572 tests passedpnpm buildpnpm e2e— Chromium 10 tests passedgit diff --check이 PR은 병합하지 않은 Draft 상태로 유지합니다.