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

feat: add review item responsive and color #59

Merged
merged 12 commits into from
Jun 26, 2024

Conversation

yolophg
Copy link
Contributor

@yolophg yolophg commented Jun 20, 2024

Checklist before merging

  • Link an issue with the pull request
  • Ensure no errors or warnings on the browser console
  • Avoid additional major pushes after approval (if necessary, request a new review)

@yolophg yolophg requested a review from a team as a code owner June 20, 2024 00:27
@yolophg yolophg linked an issue Jun 20, 2024 that may be closed by this pull request
@yolophg yolophg force-pushed the helena/55-make-reveiw-item-responsive branch from 90dc27d to fdf9a80 Compare June 20, 2024 00:38
Comment on lines 7 to 10
connectedCallback() {
this.attachShadow({ mode: "open" });
this.render();
}
Copy link
Contributor

Choose a reason for hiding this comment

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

이 패턴은 쓰지 않기로 한 것 같은데, 아직 작업 중이신거죠? 아직 PR이 Ready for review가 아니시라면 Draft 상태로 변경해주시면 혼선이 적을 것 같습니다!

Copy link
Contributor Author

@yolophg yolophg Jun 26, 2024

Choose a reason for hiding this comment

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

@DaleSeo
아, 이 pr이 저희 이번에 결정나기 전에 지난 이터레이션에 올렸던 review item의 responsive pr이었는데, 지금까지 approve가 안되어서 혼선을 드린 것 같습니다!!
이런 경우에는, 제가 draft로 돌리고 이번에 바뀐 패턴으로 적용해서 pr을 올리는게 나을까요?
어차피 지금 하고 있는 step 컴포넌트 작업이 끝나면 review item 부터 바뀐 패턴으로 수정하려던 참이었거든요!

Copy link
Contributor Author

@yolophg yolophg Jun 26, 2024

Choose a reason for hiding this comment

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

바뀐 컴포넌트 패턴으로 변경 완료하였습니다! 컬러까지 적용할 예정이어서, draft로 돌린 점도 참고 부탁드립니다!

@yolophg yolophg marked this pull request as draft June 26, 2024 17:09
@yolophg yolophg changed the title feat: add review item responsive feat: add review item responsive and color Jun 26, 2024
@yolophg yolophg marked this pull request as ready for review June 26, 2024 18:46
@yolophg
Copy link
Contributor Author

yolophg commented Jun 26, 2024

color 까지 적용완료 되었습니다.

components/review-item.js Outdated Show resolved Hide resolved
components/review-item.js Outdated Show resolved Hide resolved
components/review-item.js Outdated Show resolved Hide resolved
components/review-item.js Outdated Show resolved Hide resolved
components/review-item.js Outdated Show resolved Hide resolved
components/review-item.js Outdated Show resolved Hide resolved
@yolophg
Copy link
Contributor Author

yolophg commented Jun 26, 2024

리뷰를 반영하여, 불필요한 미디어쿼리 삭제 및 네이밍 업데이트 완료하였습니다.

index.html Show resolved Hide resolved
@yolophg yolophg merged commit ab36413 into main Jun 26, 2024
@yolophg yolophg deleted the helena/55-make-reveiw-item-responsive branch June 26, 2024 20:47
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.

Make Review Item Component Responsive
3 participants