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: 캘린더 임시데이터 삽입, 드래그 기능, 커스텀/ 메인페이지 디자인 수정 #25 #28

Merged
merged 6 commits into from
Feb 17, 2025

Conversation

kkyuheak
Copy link
Collaborator

✅ 체크리스트

  • merge할 브랜치의 위치를 확인해주세요 (main ❌)
  • 리뷰어를 프론트 모든 팀원을 선택해주세요.
  • PR의 라벨을 추가해주세요.

✨ 변경 사항

  • 라이브러리 설치
  1. dayjs 날짜 포맷팅
  2. @fullcalendar/interaction 캘린더 드래그 기능 라이브러리

캘린더 컴포넌트로 분리하였습니다
캘린더 디자인 커스텀해서 변경했습니다.
캘린더 부분에 데이터 삽입했고 현재 드래그 기능까지 됩니다.

메인페이지 업무일정 부분 피그마에 맞게 수정했습니다.
피그마에서는 분까지 나와있는데 초 단위까지 화면에 보여주고 1초마다 업데이트 되도록 하였습니다

🔗 관련 이슈

#25

📸 스크린샷 (선택)

스크린샷 2025-02-17 오전 10 54 18

@kkyuheak kkyuheak added 🎨 Design 디자인 🌟 Feat 기능 추가 labels Feb 17, 2025
@kkyuheak kkyuheak self-assigned this Feb 17, 2025
@kkyuheak kkyuheak linked an issue Feb 17, 2025 that may be closed by this pull request
3 tasks
date: "2025-02-14",
color: "#CAD2CB",
start: "2025-02-14",
end: "2025-02-23",
Copy link
Collaborator

Choose a reason for hiding this comment

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

텍스트 색상 black으로만 수정하면 될 것 같습니다!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

수정했습니다 ~~

Copy link
Collaborator

@sunhyeongpp sunhyeongpp left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@sunhyeongpp sunhyeongpp merged commit fca3d08 into dev Feb 17, 2025
@kkyuheak kkyuheak deleted the feat_캘린더-설정_#25 branch February 17, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Design 디자인 🌟 Feat 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat 캘린더 데이터 설정, 디자인 커스텀
2 participants