-
Notifications
You must be signed in to change notification settings - Fork 4
[#53] rolling paper list page 데스크탑 버전 완성 (아마도), 이미지 로딩 느린 문제, 나도 만들어보기 등 url 연결 제외 #54
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
Conversation
(pr수정사항 누락된부분 추가 수정)
rolling paper list 페이지, 내부 컴포넌트 분리 및 데이터 정렬
… 및 reaction 표시
…a 연동 API 연동은 별도로 진행할 예정입니다.
…s container 너비 설정 `+n`에서 `n`이 10 이상이면 avatar와 달리 너비가 28px보다 커질 수 있으므로 실제 너비를 계산합니다.
(pr수정사항 누락된부분 추가 수정)
rolling paper list 페이지, 내부 컴포넌트 분리 및 데이터 정렬
삼한 연산자 변경, transient prop사용, styled-component를 최대한 사용하도록 변경, strong태그 변경
이모지등ㄷ 추가사항 적용
…-FE-18-part2#43 [codeit-FE-18-part2#43] rolling paper list 페이지, 내부 컴포넌트 분리 및 데이터 정렬
const CardEmoji = styled.span` | ||
background-color: rgba(0, 0, 0, 0.54); | ||
border-radius: 32px; | ||
color: #ffffff; | ||
padding: 8px 12px; | ||
margin-right: 8px; | ||
|
||
position: relative; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
|
||
min-width: ${(props) => (props.$isLong ? "60px" : "auto")}; | ||
max-width: ${(props) => (props.$isLong ? "44px" : "none")}; | ||
|
||
transition: max-width 0.3s ease, z-index 0s; | ||
|
||
&:hover { | ||
max-width: 200px; | ||
z-index: 100; | ||
position: relative; | ||
} | ||
`; |
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.
직접 만드는 대신 EmojiBadge
공통 컴포넌트를 사용할 수 없는걸까요?
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.
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.
gab이 아니라 gap
…하는 workflow 추가 Vercel의 조직 repository 유료 plan을 우회하기 위해 forked repo를 통해 배포되도록 설정
이모지등ㄷ 추가사항 적용
Emoji 공통컴포넌트는 일단 주석처리
📝 작업 내용
📷 스크린샷 (선택)
💬 리뷰어에게 남길 말 (선택)
이모지 count 예시데이터에 그렇게 큰 숫자가 들어갈거라고 생각하지는 않지만..
글자수가 3글자 이상이되면 카드 정렬이 깨지는 문제가 있어서 마우스 hover시에 숫자를 보이도록 했습니다.
혹시 구리다면 말씀해주세요. 아래줄로 넘기거나 gab을 줄인다던가 해봤는데 다 너무 별로더라구요. 🤔