Skip to content

design(meetup): 모임 찾기 스켈레톤 추가#346

Merged
PollyGotACracker merged 3 commits into
developfrom
#329-fix-meetup-ui
Apr 17, 2026
Merged

design(meetup): 모임 찾기 스켈레톤 추가#346
PollyGotACracker merged 3 commits into
developfrom
#329-fix-meetup-ui

Conversation

@PollyGotACracker
Copy link
Copy Markdown
Collaborator

🛠️ 설명 (Description)

모임 찾기 페이지에서 스켈레톤을 추가하였습니다.

📝 변경 사항 요약 (Summary)

  • 모임 찾기 페이지에서의 모임 필터, 데이터 목록 관련 스켈레톤을 추가하였습니다.

💁 변경 사항 이유 (Why)

  • 최초 로드 시 layout shift 현상 발생

✅ 테스트 계획 (Test Plan)

  • 빌드 환경에서 수동 테스트 진행하였습니다.

🔗 관련 이슈 (Related Issues)

☑️ 체크리스트 (Checklist)

  • 코드가 프로젝트 코딩 컨벤션을 따릅니다.
  • 테스트 코드가 작성되었고, 통과했습니다.
  • 변경 사항에 대한 문서화가 완료되었습니다.
  • 필요한 경우, 다른 팀원에게 리뷰를 요청했습니다.
  • CI/CD 파이프라인이 성공했습니다.

@PollyGotACracker PollyGotACracker self-assigned this Apr 17, 2026
@PollyGotACracker PollyGotACracker added fix 버그 수정 design CSS 등 UI 디자인 추가·변경 labels Apr 17, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces skeleton UI components for the meetup list and filters, refactoring the list structure to support better loading states. The review feedback highlights several structural and logic issues: the

    element incorrectly contains non-
  • direct children (violating HTML specifications), the Suspense wrapper is redundant because the component handles its own loading state instead of suspending, and the refetching opacity styles are applied to individual items rather than the parent container, which breaks the intended CSS transitions.

Comment thread app/(main)/meetup/list/page.tsx Outdated
Comment thread app/(main)/meetup/list/page.tsx Outdated
Comment thread features/meetup/list/components/MeetupCardList/index.tsx Outdated
@github-actions
Copy link
Copy Markdown

🧷 Preview: https://reboot-1kd2d5dx6-code-base.vercel.app
⏰ 배포 시각: 2026년 04월 17일 10시 52분

@github-actions
Copy link
Copy Markdown

🧷 Preview: https://reboot-7s0z9ze2q-code-base.vercel.app
⏰ 배포 시각: 2026년 04월 17일 11시 02분

@github-actions
Copy link
Copy Markdown

🧷 Preview: https://reboot-cn9bihfxv-code-base.vercel.app
⏰ 배포 시각: 2026년 04월 17일 11시 49분

@PollyGotACracker PollyGotACracker merged commit d0b227c into develop Apr 17, 2026
1 check passed
@PollyGotACracker PollyGotACracker deleted the #329-fix-meetup-ui branch April 17, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

design CSS 등 UI 디자인 추가·변경 fix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 모임 찾기 Layout Shift 현상 수정

1 participant