[FE] - 실시간 캔들차트 중복데이터 패칭 수정 #35
Merged
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)
실시간 캔들차트 중복데이터 패칭 수정
VisibleLogicalRangeChange이벤트를 사용하여 무한스크롤을 구현하였는데, 이전에 서버에 요청한 값을 중복으로 요청하는 문제가 발생했습니다.이를 해결하기 위해 이전에 요청했던 기준 날짜(커서)를 저장하고 이를 사용해서 중복 요청을 막았습니다.
캔들 차트 및 호가창 스타일 수정
🛠️ PR 유형
어떤 변경 사항이 있나요?
💬 공유사항 to 리뷰어
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?
📸스크린샷 (선택)
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.