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

페이지 제작: my-page #115

Merged
merged 12 commits into from
Jan 23, 2024
Merged

Conversation

bottlewook
Copy link
Collaborator

해당 사항 (중복 선택)

  • FEAT : 새로운 기능 추가 및 개선
  • TEST : 테스트 추가 및 리팩토링
  • FIX : 버그 수정
  • REFACTOR : 결과의 변경 없이 코드의 구조를 재조정
  • STYLE : 코드 스타일에 관련된 변경 사항
  • DOCS : 코드가 아닌 문서를 수정한 경우
  • REMOVE : 파일을 삭제하는 작업만 수행
  • RENAME : 파일 또는 폴더명을 수정하거나 위치(경로)를 변경
  • CHORE : 패키지 매니저 설정, 코드 수정 없이 설정 변경(eslint) 등 기타 사항

설명

Key Changes

  1. 마이 페이지 제작
  2. 프로필 페이지 제작
  3. 차량 정보 페이지 제작
  4. 세차 용품 페이지 제작
  5. 드롭다운 컴포넌트 리팩토링

How it Works

To Reviewers

  • 프로필 페이지, 파량 정보 페이지, 세차 용품 페이지에서 사용되는 scss가 중복되고 있습니다. 하나의 파일에서 import할지 고민이네요.. 추후에 layout 통일 할 떄 같이 정리 하시죠!
  • 지금은 dropdown menu에 사용되는 데이터들이 MOCK 데이터로 되어있습니다. api가 완성되면 mock 데이터에서 api data로 교체할 예정입니다!

@bottlewook bottlewook added ✨ Feature 기능 개발 🎨 Html&css 마크업 & 스타일링 🔨 Refactor 코드 리팩토링 labels Jan 22, 2024
@bottlewook bottlewook self-assigned this Jan 22, 2024
@bottlewook bottlewook requested a review from seoye0ng as a code owner January 22, 2024 16:02
@bottlewook bottlewook linked an issue Jan 22, 2024 that may be closed by this pull request
1 task
Copy link

vercel bot commented Jan 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
f1-wash-pedia-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 3:43am

<Spacing size={260} />
<Button size="large" full>로그인 하기</Button>
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">로그인 후</Text>
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">이용해주세요</Text>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">이용해주세요</Text>
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">로그인 후
</br>이용해주세요
</Text>

<div className={cx('titleWrapper')}>
<Title title="프로필" titleSize="t3" />
</div>
<div className={cx('nameWrapper')}>
<Text typography="t4">{`${name} 님 안녕하세요!`}</Text>
<Text display="block" typography="t4">{`${name}님 안녕하세요!`}</Text>
<Text display="block" typography="t4">오늘도 즐거운 하루 보내세요.</Text>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<Text display="block" typography="t4">오늘도 즐거운 하루 보내세요.</Text>
<Text display="block" typography="t4">{`${name}님 안녕하세요!`}</br>오늘도 즐거운 하루 보내세요.</Text>

Copy link
Collaborator

@seoye0ng seoye0ng left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~!!

@bottlewook bottlewook merged commit 01fd92b into develop Jan 23, 2024
6 checks passed
@bottlewook bottlewook deleted the ui-my-profie-page-with-dropdown branch January 23, 2024 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🎨 Html&css 마크업 & 스타일링 🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

페이지 UI: 마이 프로필 추가 작업
2 participants