-
Notifications
You must be signed in to change notification settings - Fork 0
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/#65: MobileView 375px에서 420px로 확장 #66
Merged
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
public은 root path으로 자동 설정되어 다음과 같은 경고가 발생하여 제거한다. files in the public directory are served at the root path. Instead of /public/assets/favicon.png, use /assets/favicon.png.
… 경고 및 라우팅하도록 보완 동일한 로직이므로 useValidateUserInfo 훅으로 분리한다.
yogjin
approved these changes
Mar 17, 2024
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.
확인했습니다. 수고하셨어요~
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.
📄 Summary
close #65
같이 보면 좋은 이슈: ConceptBe/conceptbe-design-system#23
그 외 자잘한 이슈를 해결합니다.
ImageView
공통 컴포넌트로 img 사용하시면 될 것 같습니다. src 주소가 잘못되었을 경우 따로 에러핸들링 할 필요없이defaultSrc
prop으로 에러가 났을 경우 보여줄 이미지를 전달할 수 있습니다.🙋🏻 More
위 65번 이슈에서 '로직 동작 오류 수정'에 해당되는 부분이 해결한 자잘한 이슈들 입니다. 이를 검수방 목록에서 보면 다음과 같습니다.
검수방에 기록되지 않은 해결한 이슈