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

Refactor/#65: MobileView 375px에서 420px로 확장 #66

Merged
merged 31 commits into from
Mar 18, 2024

Conversation

semnil5202
Copy link
Member

@semnil5202 semnil5202 commented Mar 15, 2024

📄 Summary

close #65

같이 보면 좋은 이슈: ConceptBe/conceptbe-design-system#23

MobileView 375px에서 420px로 확장 대응합니다.

그 외 자잘한 이슈를 해결합니다.
ImageView 공통 컴포넌트로 img 사용하시면 될 것 같습니다. src 주소가 잘못되었을 경우 따로 에러핸들링 할 필요없이 defaultSrc prop으로 에러가 났을 경우 보여줄 이미지를 전달할 수 있습니다.

🙋🏻 More

해결한 이슈

위 65번 이슈에서 '로직 동작 오류 수정'에 해당되는 부분이 해결한 자잘한 이슈들 입니다. 이를 검수방 목록에서 보면 다음과 같습니다.

  1. 북마크한 글 없는 상태에서 터치하면 피드로 넘어가야 하는데 안 넘어감
  2. 아이디어 적으러가기 눌러도 글쓰기 화면으로 안 넘어감
  3. 피드에서 스킬 셋의 내용이 길어질 경우 피드 작성 시간 및 스킬 셋의 레이아웃이 뭉개짐

검수방에 기록되지 않은 해결한 이슈

  1. 최초 회원가입 시 작성한 자기소개 누락 문제
  2. Agreement, ErrorBoundary 이미지가 특정 기기에서 height이 길게 늘어져 나오는 문제
  3. 로그인 없이 url로 Agreement, sign-up 직접 접근이 가능했던 문제 (실제로 회원가입이 정상적으로 되진 않지만 confirm 경고창 띄우고 라우팅 하도록 변경했습니다.)

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 훅으로 분리한다.
@semnil5202 semnil5202 added the feat 기능 구현 label Mar 15, 2024
@semnil5202 semnil5202 requested a review from yogjin March 15, 2024 18:43
@semnil5202 semnil5202 added the refactor 리팩토링 label Mar 15, 2024
@semnil5202 semnil5202 self-assigned this Mar 15, 2024
Copy link
Collaborator

@yogjin yogjin left a comment

Choose a reason for hiding this comment

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

확인했습니다. 수고하셨어요~

@semnil5202 semnil5202 merged commit 574e851 into develop Mar 18, 2024
@semnil5202 semnil5202 deleted the refactor/#65 branch April 18, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MobileView 375px에서 420px로 확장
2 participants