-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor/#289: 공지사항, FAQ 페이지에 UpperLayout 합성 컴포넌트 적용 & 팁 페이지 이미지 수정 #292
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 기존에 사용했던 백경이 이미지들은 크기가 일치하지 않아서 이미지가 늘어지는 문제가 발생 - 이미지를 2048 x 2048로 변경 - 백경이 손하트 이미지 추가
- 기존에 사용했던 백경이 이미지들은 크기가 일치하지 않아서 이미지가 늘어지는 문제가 발생 - 이미지를 2048 x 2048로 변경 - 백경이 손하트 이미지 추가
- 검색 키워드에 대한 유효성 검사는 불필요하기 때문에 useRef 훅을 사용해서 구현 - 아무 키워드를 입력하지 않을 경우 토스트 메세지를 렌더링 - 키워드 입력을 받아서 search/?q=<keyword>로 이동시키는 책임을 가짐
- 공지사항 리스트만 보여주면 되므로 BoundaryLine 까지 구현할 책임은 없다고 판단
- 상단 레이아웃, 공지사항 리스트를 구분하는 BoundaryLine 추가
- 상단 레이아웃, FAQ 리스트를 구분하는 BoundaryLine을 div -> hr로 변경
pp449
requested changes
Dec 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pp449
approved these changes
Dec 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GOOD~~
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🤠 개요
💫 설명
InformUpperLayout
합성 컴포넌트 적용했어요.InformSearchForm
컴포넌트를 추가 구현 했어요.📷 스크린샷 (Optional)