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

사라지는 마을 UI 작업 #101

Merged
merged 19 commits into from
Jul 20, 2024
Merged

사라지는 마을 UI 작업 #101

merged 19 commits into from
Jul 20, 2024

Conversation

stopmin
Copy link
Contributor

@stopmin stopmin commented Jul 20, 2024

관련 이슈

작업 요약

  • 사라지는 마을 UI 작업 완료했습니다!

작업 상세 설명

  • 카카오 맵 사용하였습니다!
  • 키값은 env에 넣었습니다!

리뷰 요구 사항

  • 코드 전반적인 스타일

미리 보기

Screenshot 2024-07-21 at 4 22 56 AM
Screen.Recording.2024-07-21.at.4.22.03.AM.mov

@stopmin stopmin requested a review from yeonddori July 20, 2024 19:22
@stopmin stopmin self-assigned this Jul 20, 2024
Copy link

vercel bot commented Jul 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gyeongdan-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 20, 2024 8:40pm

- 하.. 린트 너무 싫어
#98
- 하.. 린트 너무 싫어
#98
- 하.. 린트 너무 싫어
#98
Copy link
Contributor

@yeonddori yeonddori left a comment

Choose a reason for hiding this comment

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

giphy

너무 예쁩니다~~ 나날이 갈수록 코드를 잘 짜시네요.. 프론트 하셔도 될 듯!

@@ -0,0 +1,160 @@
/* eslint-disable react-hooks/exhaustive-deps */
Copy link
Contributor

Choose a reason for hiding this comment

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

빌드 실패 해결하면서 다 고쳐진 것 같은데 지워주세용~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ㅇㅋㅇㅋ

villages: Village[];
}

const KakaoMapComponent: React.FC<KakaoMapComponentProps> = ({ villages }) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

파일 이름에 Component는 빼주십쇼!

React.FC는 지양하는 게 좋아서 이렇게 써주세용~!~!

const KakaoMap = ({ villages }: KakaoMapProps) => {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아 맞다!! 오케이~~~

- Props 수정
- React.FC 삭제
#98
- lint 이자식
#98
@stopmin stopmin merged commit 3675419 into main Jul 20, 2024
3 checks passed
@stopmin stopmin deleted the feature/ISSUE-98 branch July 20, 2024 20:41
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.

마을 페이지 UI작업
2 participants