fix(creator): 커뮤니티 반응 순서를 조정한다

This commit is contained in:
Yu Sung
2026-07-12 08:33:13 +09:00
parent 47fe0e787d
commit eaed309a1d
14 changed files with 86 additions and 54 deletions

View File

@@ -402,6 +402,7 @@
- `price <= 0 || existOrdered == true`이면 일반 이미지로 표시한다.
- `구매완료` 버튼은 표시하지 않는다.
- `creatorProfileImage`, `createdAt`, `likeCount`, `commentCount`를 표시한다.
- 반응 정보는 댓글 아이콘/댓글 수를 먼저, 좋아요 아이콘/좋아요 수를 뒤에 표시한다.
- `audioUrl`이 있으면 이미지 중앙 재생 UI를 표시한다.
- 기존 커뮤니티 구매 API를 재사용해 유료 미구매 포스트 구매를 지원한다.
- `createdAt`은 UTC로 파싱해 디바이스 Timezone 기준 상대 날짜로 표시한다.