-
Notifications
You must be signed in to change notification settings - Fork 0
feat: 프로필 기능, 테스트 인프라, UI/UX 개선 등 대규모 업데이트 #39
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
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
code routes가 전체적인 routes 파악과 유지보수가 쉽다는 생각이 들어서 code routes로 변경하였습니다.
코인 자산 비율을 확인할 수 있는 파이 차트 컴포넌트를 추가했습니다.
Sentry 무료 플랜이 끝나서 Sentry 설정을 주석처리하였습니다. 나중에 Sentry를 onpremise로 구축해 주석 해제 예정입니다.
layout shifting이 일어나서 스트리밍을 제거하고 ssr로 변경했습니다.
TradingHistoryList에서 페이지네이션 상태를 URLSearchParam을 조작하여 상태를 저장하고 있는데 해당 기능은 navigation을 유발합니다. 따라서 페이지 이동후 모달 외부를 클릭했을 때 모달이 닫히는것이 아닌 이ㅣ전 페이지로 돌아가므로 이를 수정하였습니다.
feat: 매도 호가 가격 내림차순 정렬로 변경
렌더링 후에 웹소켓 커넥션이 연결되고 실시간 가격이 올때까지 rest api로 받은 과거 가격을 보여주도록 하였습니다. issues: closes #37
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.
📝 요약(Summary)
main 브랜치에서 분기한 이후 develop 브랜치에서 진행된 대규모 업데이트를 병합합니다. 사용자 프로필 및 거래 내역 기능, 포괄적인 테스트 인프라 구축, 호가창 개선, 에러 핸들링 강화, 그리고 다양한 UI/UX 개선사항이 포함되어 있습니다. (총 83개 커밋)
🛠️ PR 유형
어떤 변경 사항이 있나요?
주요 기능 추가
테스트 인프라
버그 수정 및 개선
💬 공유사항 to 리뷰어
📸스크린샷 (선택)
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.