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

[온보딩] STEP06 마지막 온보딩 뷰 구현 #81

Closed
wants to merge 10 commits into from

Conversation

ExceptAnyone
Copy link
Member

@ExceptAnyone ExceptAnyone commented Jan 11, 2024

이슈 넘버

구현 사항

  • step06 퍼블리싱 하였습니다

Need Review

  • ~ 부분 이렇게 구현했어요, 피드백 부탁해요!

세부적으로 고도화를 시켜보려하는데 시간이 너무 많이 소요되는 관계로 최대한 비슷하게 구현했습니다.

첨부 이미지를 보시면 피그마와 그라데이션이 좀 다른데요, 이 부분 어떻게 구현해야할지 피드백 부탁드립니다!
-> 디자이너 분께 여쭤봐서 해결하였습니다. 저는 피그마 편집권한이 없어서 제 화면 상에서는 레이어가 2개인 것이 보이지 않았습니다.
디자이너 분이 레이어가 2개가 있으니 이미지 자체에 투명도 주는 방법도 있다고 알려주셔서 opcity 주었습니다

또한 이미지 맨 아래에 밑줄(경계선)이 그어져있는데 별걸 다 해봐도 안없어지네요... 추후 고치겠습니다.

'입장' 버튼도 항상 활성화 되어 있게 바꾸겠습니다!!

📸 스크린샷

image

Reference

@ExceptAnyone ExceptAnyone added style🎨 작은 사항 수정 및 style 코드 작성 온보딩 📝 방 만들기 페이지 labels Jan 11, 2024
@ExceptAnyone ExceptAnyone self-assigned this Jan 11, 2024
Copy link

github-actions bot commented Jan 11, 2024

PR Preview Action v1.4.6
🚀 Deployed preview to https://SWEET-DEVELOPERS.github.io/sweet-client/pr-preview/pr-81/
on branch gh-pages at 2024-01-11 15:04 UTC

@hoeun0723
Copy link
Contributor

음 아마 지금 생각하기론 이미지 밑에 생기는건 border가 아니라 shadow 값이 아닐까? 라는 생각인데, 한번 확인해 보도록 할게요 !!

Copy link
Member

@imeureka imeureka left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! 굉장히 빠르게 찍어내시는군요! 이제부터 화이팅!

Comment on lines +40 to +43
<S.LinkCopyBtn>
<IcLink style={{ width: '1.8rem', height: '1.8rem' }} />
링크 복사
</S.LinkCopyBtn>
Copy link
Member

Choose a reason for hiding this comment

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

헉 이 부분 저도 재사용해도 될 것 같네요!! 흐흐 고마워요

Copy link
Contributor

Choose a reason for hiding this comment

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

헉 저도 잘 쓰겠습니다!ㅎㅎ


return (
<>
<S.Wrapper>
Copy link
Member

Choose a reason for hiding this comment

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

죠히 컨벤션 컴포넌트명 + wrapper로 변경해주시면 넘넘 좋을 것 같습니당!

Copy link
Member Author

Choose a reason for hiding this comment

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

흐아... 맞다.. 마음이 급하니까 자꾸 지적해주시는 부분을 적용을 못하네요. 수정하겠습니다!!!

Comment on lines +32 to +37
{infoDetails.map((item, index) => (
<S.InfoDetailWrapper key={index}>
<S.InfoTitle>{item.title}</S.InfoTitle>
<S.InfoDetail>{item.detail}</S.InfoDetail>
</S.InfoDetailWrapper>
))}
Copy link
Member

Choose a reason for hiding this comment

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

맵 활용 너무 좋네요!!

Copy link
Member Author

Choose a reason for hiding this comment

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

덕분에 배운 부분 적용시켜보았습니다!!

Copy link
Contributor

@urjimyu urjimyu left a comment

Choose a reason for hiding this comment

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

확인했습니다! 깔끔한 코드를 위해 고민한 흔적이 느껴져요 최고👍

Comment on lines +35 to +45
${({ theme }) => theme.mixin.flexBox({ direction: 'column', align: 'flex-start' })}
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
color: white;
z-index: 999;
gap: 1.6rem;
margin-left: 2rem;
`;
Copy link
Contributor

Choose a reason for hiding this comment

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

스타일 속성 개행해서 정리 한 번 하면 좋을 것 같아요~!

Comment on lines +40 to +43
<S.LinkCopyBtn>
<IcLink style={{ width: '1.8rem', height: '1.8rem' }} />
링크 복사
</S.LinkCopyBtn>
Copy link
Contributor

Choose a reason for hiding this comment

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

헉 저도 잘 쓰겠습니다!ㅎㅎ

Copy link
Contributor

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
Labels
style🎨 작은 사항 수정 및 style 코드 작성 온보딩 📝 방 만들기 페이지
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[온보딩] STEP06 퍼블리싱
4 participants