Skip to content

[Fix/#554] 가입 가능한 글 모임 개수 수정#555

Merged
moondda merged 6 commits intodevelopfrom
fix/#554/fixAvailableGroupCount
Apr 14, 2025
Merged

[Fix/#554] 가입 가능한 글 모임 개수 수정#555
moondda merged 6 commits intodevelopfrom
fix/#554/fixAvailableGroupCount

Conversation

@namdaeun
Copy link
Member

@namdaeun namdaeun commented Apr 11, 2025

✨ 해당 이슈 번호 ✨

closed #554

todo

  • 더미 5개 -> 10개 수정
  • 헤더의 내 글 모임 버튼 클릭했을 때 드롭다운 스크롤 추가

📌 내가 알게 된 부분

  • 모바일 뷰는 별도의 수정 없이도 잘 동작하더라구요 !
    그래서 데탑 뷰만 드롭다운 내 스크롤 가능하도록 변경했습니다 ~!

📌스크린샷(선택)

2025-04-12.12.47.16.mov

스크린샷 2025-04-12 오전 12 46 40

스크린샷 2025-04-12 오전 12 47 52

@namdaeun namdaeun added ⚒️ Fix 기존의 버그 수정 다은 labels Apr 11, 2025
@namdaeun namdaeun self-assigned this Apr 11, 2025
@namdaeun namdaeun added this to Mile Apr 11, 2025
@github-project-automation github-project-automation bot moved this to Todo in Mile Apr 11, 2025
@vercel
Copy link

vercel bot commented Apr 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mile-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2025 3:52pm

@namdaeun namdaeun moved this from Todo to In Progress in Mile Apr 11, 2025
@github-actions github-actions bot added the size/s size/s label Apr 11, 2025
</GroupItem>
))
) : (
<GroupItem $isEmpty={true}>{`가입한 글 모임이\n 없습니다.`}</GroupItem>
Copy link
Contributor

Choose a reason for hiding this comment

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

JSX에서 문자열 안의 \n은 브라우저 상에서는 줄바꿈으로 해석되지 않아서 렌더링 결과는 한 줄로 나올 거 같은데 다시 확인 가능할까요??

Copy link
Member Author

Choose a reason for hiding this comment

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

white-space: pre-line속성을 적용해두어서 개행 문자가 잘 적용되고 있습니다 !!

@moondda moondda merged commit 12c6d57 into develop Apr 14, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Mile Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚒️ Fix 기존의 버그 수정 size/s size/s 다은

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[ Fix ] 가입 가능한 글모임 개수 수정

2 participants