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

공통 컴포넌트: buttom-nav 스타일링 변경 #83

Merged
merged 3 commits into from
Jan 17, 2024

Conversation

bottlewook
Copy link
Collaborator

해당 사항 (중복 선택)

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

설명

Key Changes

  1. bottom nav 스타일링 변경
  2. 아이콘 추가

How it Works

To Reviewers

  1. Home 아이콘과 Favorite 아이콘은 svg 안쪽이 채워져야돼서 하나의 컴포넌트에서 처리하지 않고 분리 하였습니다.
  2. 기존의 Heart 컴포넌트를 사용하려고 했지만 너무 복잡해질 것 같아서 따로 만들었어요!

@bottlewook bottlewook added the 🎨 Html&css 마크업 & 스타일링 label Jan 16, 2024
@bottlewook bottlewook self-assigned this Jan 16, 2024
@bottlewook bottlewook requested a review from seoye0ng as a code owner January 16, 2024 09:12
@bottlewook bottlewook linked an issue Jan 16, 2024 that may be closed by this pull request
1 task
Copy link

vercel bot commented Jan 16, 2024

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

Name Status Preview Updated (UTC)
f1-wash-pedia-fe ✅ Ready (Inspect) Visit Preview Jan 16, 2024 9:12am

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 dd0a711 into develop Jan 17, 2024
6 checks passed
@bottlewook bottlewook deleted the edit-bottom-nav-ui branch January 17, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Html&css 마크업 & 스타일링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

공통 컴포넌트: Bottom-nav UI 수정
2 participants