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

[Feature] #3 공연페이지 BottomTimeSlot 컴포넌트 구현 #17

Merged
merged 4 commits into from
Sep 23, 2024

Conversation

Chaem03
Copy link
Collaborator

@Chaem03 Chaem03 commented Sep 21, 2024

🔍 What is the PR?

  • 스타 라인업 클릭 시 애니메이션 구현
  • 타임 테이블 디자인 최종 구현
  • 폰트 추가 설정

📍 PR Point

같은 시간대에 2명 이상의 가수가 올 때 화면 구성을 위해
reduce 함수를 사용해 시간별로 배열을 재구성 한 후 map함수 돌렸습니다.
(constants폴더 안 data 참고해주세요.)

📢 Notices

  • 폰트 AppleSDGothicNeoM00, AppleSDGothicNeoR00 추가했습니다. 확인하시고 써주세요.
  • constant폴더 만들었습니다. 디자인에 필요한 데이터 배열이 있다면 이 폴더 안에 넣어서 쓰면 좋을 것 같습니다!

✅ Check List

  • Merge 하는 브랜치가 올바른가?
  • PR과 관련없는 변경사항이 없는가?
  • 내 코드에 대한 자기 검토가 되었는가?

💭 Related Issues

@Chaem03 Chaem03 added ✨ Feature 새 기능 구현 🎨 Design UI 디자인을 구현하거나 변경 🍂 채민 채민작업 labels Sep 21, 2024
@sayyyho sayyyho changed the title [Feature]#3 - 공연페이지: BottomTimeSlot 컴포넌트 구현 [Feature] 공연페이지 BottomTimeSlot 컴포넌트 구현 Sep 22, 2024
Comment on lines +30 to +50
src: url("src/assets/fonts/AppleSDGothicNeoH.ttf") format("truetype");
}

@font-face {
font-family: "AppleSDGothicNeoB00";
src: url("src/assets/fonts/AppleSDGothicNeoB00.ttf") format("truetype");
src: url("src/assets/fonts/AppleSDGothicNeoB.ttf") format("truetype");
}

@font-face {
font-family: "AppleSDGothicNeoL00";
src: url("src/assets/fonts/AppleSDGothicNeoL00.ttf") format("truetype");
src: url("src/assets/fonts/AppleSDGothicNeoL.ttf") format("truetype");
}

@font-face {
font-family: "AppleSDGothicNeoUL00";
src: url("src/assets/fonts/AppleSDGothicNeoUL00.ttf") format("truetype");
src: url("src/assets/fonts/AppleSDGothicNeoUL.ttf") format("truetype");
}

@font-face {
font-family: "AppleSDGothicNeoT0C";
src: url("src/assets/fonts/AppleSDGothicNeoT0C.ttf") format("truetype");
src: url("src/assets/fonts/AppleSDGothicNeoT.ttf") format("truetype");
Copy link
Member

Choose a reason for hiding this comment

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

변경 감사합니다!

@sayyyho sayyyho changed the title [Feature] 공연페이지 BottomTimeSlot 컴포넌트 구현 [Feature] #3 공연페이지 BottomTimeSlot 컴포넌트 구현 Sep 22, 2024
Copy link
Collaborator

@nicerjs23 nicerjs23 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! 머지하시면 pull받아볼게요

@Chaem03 Chaem03 merged commit cea7d58 into LikeLion-at-DGU:develop Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새 기능 구현 🍂 채민 채민작업 🎨 Design UI 디자인을 구현하거나 변경
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants