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/minder profile layout 329 #332

Merged
merged 11 commits into from
Jul 2, 2024
Merged

Conversation

kyuhho
Copy link
Contributor

@kyuhho kyuhho commented Jul 1, 2024

Checklist


  • 올바른 브랜치에 PR을 보내도록 설정하였나요?
  • PR의 라벨을 올바르게 달았나요?

Description


마인더 프로필 레이아웃 변경사항 반영하였습니다.

Related Issues


#329

To Reveiwer


Figma


@kyuhho kyuhho added Style 스타일링 Stage-2/code-review-request work done and CI passed labels Jul 1, 2024
@kyuhho kyuhho requested a review from rmdnps10 July 1, 2024 08:29
@kyuhho kyuhho self-assigned this Jul 1, 2024
Copy link

netlify bot commented Jul 1, 2024

Deploy Preview for candid-semolina-d0db42 ready!

Name Link
🔨 Latest commit 72ad7f0
🔍 Latest deploy log https://app.netlify.com/sites/candid-semolina-d0db42/deploys/6683eb922065cc00088ec4e9
😎 Deploy Preview https://deploy-preview-332--candid-semolina-d0db42.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@rmdnps10 rmdnps10 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!! 👍 간단한 리뷰 확인부탁드립니다.

if (id !== undefined) {
const counselorId = parseInt(id, 10);
return (
<Wrapper className="header">
Copy link
Contributor

Choose a reason for hiding this comment

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

Wrapper의 className을 header로 지정해주신 이유가 있나요???

Copy link
Contributor Author

Choose a reason for hiding this comment

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

전에 썼던 클래스네임을 지우면서 추가되어있는 것 같습니다! 삭제하였습니다 ㅎㅎ a27558b

<Subtitle color={Grey1} style={{ textAlign: 'left', width: '100%' }}>
이런 분야에 자신 있어요
</Subtitle>
<Flex gap="0.8rem" justify="flex-start">
Copy link
Contributor

@rmdnps10 rmdnps10 Jul 1, 2024

Choose a reason for hiding this comment

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

Flex 컴포넌트를 이렇게 삽입하는 게 개발할 때는 편한데 의미론적으로 (코드 가독성 부문에서) 조금 아쉽긴 한 거 같다는 생각도 한편으로는 드는 거 같습니다.
Flex 컴포넌트 상속으로 컴포넌트명을 적당히 재선언해주면 나아지려나요.
근데 이렇게할바에 스타일드컴포넌트 방식으로 템플릿 리터럴방식으로 flex를 설정할 것 같기도하고... 애매하네요 ㅎㅎ

@rmdnps10 rmdnps10 merged commit 54d4d91 into dev Jul 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stage-2/code-review-request work done and CI passed Style 스타일링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants