-
Notifications
You must be signed in to change notification settings - Fork 0
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
리뷰 작성 위젯 UI를 구현한다. #1
Comments
hyeonjin25
added a commit
that referenced
this issue
Jul 31, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 1, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 1, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 1, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 6, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 6, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 6, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 6, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 14, 2023
기존 ReviewEditor.tsx -> editor와 assistant를 모두 포함하는 ReviewWrite.tsx로 변경
hyeonjin25
added a commit
that referenced
this issue
Aug 14, 2023
Merged
hyeonjin25
added a commit
that referenced
this issue
Aug 23, 2023
hyeonjin25
added a commit
that referenced
this issue
Aug 23, 2023
1. 추천 컨텐츠 박스가 여러개 쌓이면서 기존에 marginTop에 애니메이션을 주었던게 요소의 크기 변화에 영향을 미쳐 fade up 애니메이션이 등장할 때 마다 스크롤이 움직이는 현상이 있었음 -> 애니메이션을 margin이 아니라 transform을 사용하는 방식으로 변경 2. 컨텐츠 박스가 많아져서 스크롤이 생기면 로딩바의 height가 사라지면서 박스들 전체가 로딩바의 움직임에 따라 요동치는 현상 나타남 -> 기존 구성을 단순하게 변경하여 height를 다시 유효하게 수정
This was referenced Aug 25, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
기능 설명
리뷰 작성 위젯 UI를 구현한다.
완료 조건
특이사항
어디에나 삽입 가능한 위젯이므로 반응형으로 개발하는 것이 필요하다.
The text was updated successfully, but these errors were encountered: