-
Notifications
You must be signed in to change notification settings - Fork 1
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: 프로필(/profile) 페이지 구현 #68
Conversation
- 요일 제대로 보여지지 않는 현상 발생 - 월별 그리드가 맞지 않는 현상 발생
- processActivityData 함수 내 데이터 변환 로직을 pipe로 구현 - absolute positioning으로 월 라벨 및 그리드 정렬 - 현재 날짜 기준으로 정확한 날짜 계산 로직 구현 - 요일 기반 동적 날짜 계산 방식 추가 - 현재 날짜에 맞춰 그리드 표시 종료
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고 많으셨습니다! 👍
p5) 지금 데스크톱만 디자인을 하신것 같은데 반응형으로는 나중에 따로 작성하시는건가요? |
p5) FSD구조를 사용한다고 하면 ui에 스타일도 따로 구분을 한다고 알고있는데 테일윈드를 쓰면 따로 분리하지 않고 그냥 className에 적는게 일반적인가요? 잘 몰라서.. |
반응형도 추후 반영해놓겠습니다 !
음 tailwind도 스타일만 따로 분리할 수 있을거에요 근데 FSD에서 이것들을 어떤 식으로 분리하는지는 감이 잘 안 잡히네요 이것도 예제 한 번 보면서 해봐야할 것 같아요 ++ FSD 사이트 들어가서 tailwind + shadcn 조합으로 사용하신 분 코드 봤는데 일단 shadcn은 shared 폴더 밑에 ui 폴더로 빼놓으셨네요 https://github.com/falkomerr/falkchat/tree/master/src/shared 다른 컴포넌트에서도 사용될 만한 컴포넌트는 shared/ui 폴더로 분리하는 것 같네요 ! https://github.com/falkomerr/falkchat/blob/master/src/shared/ui/file-upload.tsx |
🔨 태스크
프로필 페이지 UI 개발
활동 그래프 구현
📋 작업 내용
📷 스크린 샷
🔍 테스트 방법
/profile
페이지 접속