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: 마이페이지 ui 제작 #7

Merged
merged 19 commits into from
Sep 18, 2023
Merged

feat: 마이페이지 ui 제작 #7

merged 19 commits into from
Sep 18, 2023

Conversation

chaeyeonan
Copy link
Collaborator

관련 이슈

#4

수정사항

  • 마이페이지 메인 화면 제작
  • 내 댓글 / 내 답변 / 스크랩 화면 제작
  • 이용약관 / 개인정보처리 페이지 제작

기타

  • 로그아웃 > api 연결 예정
  • 뉴스레터 구독하기 > 시간남으면 구현

@chaeyeonan chaeyeonan requested a review from asaei623 September 17, 2023 15:43
@chaeyeonan chaeyeonan self-assigned this Sep 17, 2023
Copy link
Collaborator

@asaei623 asaei623 left a comment

Choose a reason for hiding this comment

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

SubMenuBox에 border radius가 각각 들어있는데 이 부분 수정해야 할 것 같아요. box-shadow도 없도록 수정부탁드려요!
수고하셨어요.. (ノ*・▽・)ノ

</Row>
<Typo.s1 color={Palette.Main}>D-6</Typo.s1>
<Typo.s1 color={Palette.Main}>D-{dDay}</Typo.s1>
Copy link
Collaborator

Choose a reason for hiding this comment

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

답변 완료된 질문은 d-day 안보이게 수정해주세요!

@@ -1,6 +1,21 @@
import { styled } from 'styled-components';
import { Palette } from 'styles/Palette';

export const EntireContainer = styled.div`
Copy link
Collaborator

Choose a reason for hiding this comment

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

'내댓글'이 4개만 있는데 배경색이 딱 그만큼만 바뀌고 있어서 EntireContainer는 height를 100%로 넣어야 할 거 같아요

운영하는 Website 또는 Application 등 온라인 쇼핑 플랫폼 서비스와
관련하여, 회사와 서비스를 이용하는 자(이하 “이용자”라 합니다)
사이의 권리, 의무, 기타 필요한 사항을 정함으로써 상호 이익을
도모하는 것을 그 목적으로 합니다. 제 2 조 [용어의 정의] ① 이
Copy link
Collaborator

Choose a reason for hiding this comment

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

중간에 제 2조가 글에 섞여 들어갔는데ㅎㅎ 이건 나중에 텍스트 보기 편하게 정리하면 될 거 같습니다

<Typo.h4> &nbsp; 님</Typo.h4>
</UnderLine>
</Column>
<img src="/img/juniIcon.svg" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

cyniIcon이 오는 경우도 추가해야될 거 같습니다

);
};

const StyledLink = styled(Link)<{ margin?: number }>`
Copy link
Collaborator

Choose a reason for hiding this comment

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

그동안 그냥 link로 더럽게 썼었는데,, styledlink 너무 좋은 방법인거 같아요ㅎㅎ 아예 common 스타일로 빼서 쓰는거 어떤가요?

<Typo.b2>{text} &nbsp;</Typo.b2>
<Typo.b2 color={Palette.Main}>12</Typo.b2>
</Row>
{nowTab === 1 ? (
Copy link
Collaborator

Choose a reason for hiding this comment

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

삼항연산자 대신 && 연산자 쓰면 코드가 더 간단해질 거 같아요!

@chaeyeonan chaeyeonan merged commit 01fdd8d into dev Sep 18, 2023
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.

2 participants