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

Home이 로드 될 때에 바로 사용되지 않는 컴포넌트에 대해서 동적 import를 진행한다 #882

Merged
merged 2 commits into from
Oct 30, 2022

Conversation

liswktjs
Copy link
Collaborator

Close #880

  • 분기에 따라 보여지는 Empty Message compoent에 대해서 제거 처리
  • 현재 사용하지 않는 ts-loader에 대해서 제거

@liswktjs liswktjs added 🐛 bug 버그 이슈 🌈 frontend 프론트엔드 이슈 labels Oct 27, 2022
@liswktjs liswktjs self-assigned this Oct 27, 2022
@liswktjs liswktjs changed the base branch from develop to main October 27, 2022 10:31
@liswktjs liswktjs merged commit 6d18361 into main Oct 30, 2022
@liswktjs liswktjs deleted the hotfix/880 branch October 30, 2022 03:58
liswktjs added a commit that referenced this pull request Nov 10, 2022
* 이미지 리사이징이 되지 않는 문제 해결 (#879)

* Home이 로드 될 때에 바로 사용되지 않는 컴포넌트에 대해서 동적 import를 진행한다  (#882)

* fix: 바로 사용되지 않는 EmptyMessage component에 대해서 lazy loading 처리

* chore: 당장 사용하지 않는 ts-loader 제거

* 인기게시물에서 isLike여부에 따라서 보여주는 UI를 변경한다.  (#896)

* fix: Carousel 의도를 들어낼 수 있는 네이밍으로 수정

* fix: 하트를 누른 경우에만 차보이도록 구현

* feat: aria-label 추가

Co-authored-by: JASUN LEE <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug 버그 이슈 🌈 frontend 프론트엔드 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Home이 로드 될 때에 바로 사용되지 않는 컴포넌트에 대해서 동적 import를 진행한다
2 participants