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

Feature: Search page 구현 #23

Merged
merged 11 commits into from
Aug 7, 2024
Merged

Feature: Search page 구현 #23

merged 11 commits into from
Aug 7, 2024

Conversation

soulchicken
Copy link
Member

Feature: Search page 구현

PR을 한 이유 🎯

  • 검색 페이지 구현을 했어요! 이제 지도 페이지나 지도에 관련한 API를 연결한 이후에 다시 검색페이지로 돌아오면 더 좋은 구현을 만들 수 있을 것 같아요.

이슈 번호 📎

- dom에 직접 사용하는 용어인 isVisible이나 translateY같은 단어를 사용하면 props로만 남지 않고 dom에 직접 영향을 줄 수 있다고 해서 일단 급 수정
- 깜빡하고 커밋 안함
- form 안에서 input을 작성하고 엔터를 누르면 가장 앞에 있는 button 태그를 누르게 됩니다. 그래서 가장 가까이에 있는 뒤로가기 버튼을 누르는 것을 확인
- 뒤로가기는 버튼이지만 /search에서 / 으로 바뀌는 링크 전환이기 때문에 a 태그로 변경했어요.
- clear 버튼을 통해서 input 내용을 전부 지우는 행위를 하는건 button이 맞지만 div 태그로 바꿨어요.
- 스크롤이 잘 먹도록 레이아웃 조절을 했어요
- 불필요한 콘솔은 삭제하고 map을 리액트에서 적용할 경우 key를 사용해 하는 김에 Divider 컴포넌트도 분리해서 꽂았어요.
@soulchicken soulchicken merged commit b9fb1a4 into develop Aug 7, 2024
1 check passed
@soulchicken soulchicken deleted the feature/search-page branch August 7, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant