main스크롤바 위치 기억, 컨벤션 수정, key값 수정 및 삭제 (#issue 206) #213
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.
구현내용
main 스크롤바 위치 수정이 잘 안돼서 일단 리액트 라우터에서 제공되는 scrollRestoration 사용
카멜로 되어있는 파일명 파스칼로 수정
필요없는 key값 삭제 &
projectStat에서 key값을 count값으로 사용했으나, 데이터 전체가 삭제되면서 0의 중복 값이 생겨 unique key값으로 변경
연관이슈
close #206