INtiful / SootheWithMe

같이 달램
https://soothe-with-me.vercel.app/
0 stars 0 forks source link

feat: css animation styling 적용 #103

Closed HMRyu closed 3 days ago

HMRyu commented 6 days ago

✏️ 작업 내용

📷 스크린샷

모임 hover

https://github.com/user-attachments/assets/804a26c7-4a77-40bc-af05-2ca436ee33aa

progress bar

https://github.com/user-attachments/assets/7f107403-7761-4579-989b-ef0d0c7af755

수정한 유저 프로필 hover

https://github.com/user-attachments/assets/ea729c98-6e78-426f-a2ab-4eb44fa339bf

🎸 기타

getGatheringParticipants 의 limit 값 수정

모든 참가자들의 Avatar 를 가져오기 위해 limit 값을 동적으로 수정하였습니다.

const gatheringInfo: GatheringInfoType = await getGatheringInfo(params.id);
const gatheringParticipants: GatheringParticipantsType[] =
  await getGatheringParticipants(params.id, gatheringInfo.participantCount);

이런 식으로 gatheringInfo 의 값을 사용하였습니다.

나머지 부분들은 스타일링 수정만 하였기 때문에 따로 로직을 수정한 부분은 없는 것 같습니다!

확인 부탁드립니다!