Skip to content

Conversation

nidor022
Copy link
Collaborator

📝 작업 내용

일단 타블렛이랑 모바일버전은 빼고 데스크탑 버전만 완료된 상태입니다.
나도 만들어보기나 url연결 아직 안하긴 했는데 그건 금방 걸리니까 타블렛이랑 모바일화면 만드는 중간에라도 추가해서 올리겠습니다.

📷 스크린샷 (선택)

image

💬 리뷰어에게 남길 말 (선택)

image

이모지 count 예시데이터에 그렇게 큰 숫자가 들어갈거라고 생각하지는 않지만..
글자수가 3글자 이상이되면 카드 정렬이 깨지는 문제가 있어서 마우스 hover시에 숫자를 보이도록 했습니다.
혹시 구리다면 말씀해주세요. 아래줄로 넘기거나 gab을 줄인다던가 해봤는데 다 너무 별로더라구요. 🤔

nidor022 and others added 19 commits August 14, 2025 15:12
rolling paper list 페이지, 내부 컴포넌트 분리 및 데이터 정렬
…a 연동

API 연동은 별도로 진행할 예정입니다.
…s container 너비 설정

`+n`에서 `n`이 10 이상이면 avatar와 달리 너비가 28px보다 커질 수 있으므로 실제 너비를 계산합니다.
rolling paper list 페이지, 내부 컴포넌트 분리 및 데이터 정렬
삼한 연산자 변경, transient prop사용, styled-component를 최대한 사용하도록 변경, strong태그 변경
@nidor022 nidor022 self-assigned this Aug 17, 2025
@nidor022 nidor022 added this to Rolling Aug 17, 2025
@nidor022 nidor022 linked an issue Aug 17, 2025 that may be closed by this pull request
1 task
…-FE-18-part2#43

[codeit-FE-18-part2#43] rolling paper list 페이지, 내부 컴포넌트 분리 및 데이터 정렬
Comment on lines +167 to +188
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;
}
`;
Copy link
Collaborator

Choose a reason for hiding this comment

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

직접 만드는 대신 EmojiBadge 공통 컴포넌트를 사용할 수 없는걸까요?

Copy link
Collaborator Author

@nidor022 nidor022 Aug 19, 2025

Choose a reason for hiding this comment

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

직접 만드는 대신 EmojiBadge 공통 컴포넌트를 사용할 수 없는걸까요?

근데 이게 공통컴포넌트를 사용하게되면 hover스타일은 적용할수없게되는데 그냥 없애라는 말씀이신가요?
image
이렇렇게 되거든요. 뭐 gap이야 추가할수있겠지만

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

gab이 아니라 gap

cskime added 2 commits August 19, 2025 09:02
…하는 workflow 추가

Vercel의 조직 repository 유료 plan을 우회하기 위해 forked repo를 통해 배포되도록 설정
@nidor022 nidor022 merged commit 966ab2a into codeit-FE-18-part2:develop Aug 19, 2025
@github-project-automation github-project-automation bot moved this to Done in Rolling Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

rolling paper list page 이미지 문제 제외 desktop버전 완료
3 participants