Skip to content
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

에러 리스트의 에러들을 해결 #184

Merged

Conversation

qkrdmstlr3
Copy link
Collaborator

상세사항

  • 에러리스트에 있는 에러들 4,5개 정도를 해결 💥에러 리스트💥 #161
  • 해결 방법이나 해결한 에러등 자세한 사항은 이슈의 댓글과 commit내용을 참고 부탁드립니다.

- setFeatureStyle파일에서 isChanged검사가 빠져있어서 변화 없음에도 실행되는 경우 발생
- isChanged를 추가하고 init일 때를 대비해서 검사 조건을 추가함
- 4번째 에러인 도로 전체 아이콘 없앤 후 새로고침하면 도로가 칠해지는 현상 해결
- 색상 값이 잘못들어가 있었다. 아마 문제 자체는 리팩토링하면서 해결되었을 것으로 추정
- 지하철의 defaultStyle에 width를 추가해서 새로고침 후에도 선이 유지되도록 변경
- 채도 / 명도가 들어오면 넘기지 않고 리턴시킨다.
- 이전에 색상이 들어오기 때문에 한번만 칠할 수 있게 된다
- 청사진 테마 아마 마지막 수정?
- manageCategories에서 은솔님과 발생한 conflict를 if문 추가로 해결
@qkrdmstlr3 qkrdmstlr3 added this to the 5주차 milestone Dec 14, 2020
@qkrdmstlr3 qkrdmstlr3 self-assigned this Dec 14, 2020
case ElementNameType.labelIcon: {
update[element] = combineStyle({
style: elementStyle[element] as StyleActionPayload,
defaultStyle: update[element] as StyleType,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

제가 조건문 추가하다가 실수가 있었나보네요~

@Eunsol0410
Copy link
Collaborator

꼼꼼하게 체크해주셔서 감사합니다!

@Eunsol0410 Eunsol0410 merged commit 39f27dc into boostcamp-2020:feature/refactor Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants