Skip to content

[Refactor] 공통 BottomSheet 컴포넌트 + Selection 4곳 교체 #499 - #500

Merged
edv-Shin merged 1 commit into
devfrom
refactor/compose-499
May 3, 2026
Merged

[Refactor] 공통 BottomSheet 컴포넌트 + Selection 4곳 교체 #499#500
edv-Shin merged 1 commit into
devfrom
refactor/compose-499

Conversation

@edv-Shin

@edv-Shinedv-Shin commented May 3, 2026

Copy link
Copy Markdown
Contributor

#️⃣연관된 이슈

ex) #이슈번호, #이슈번호

#499

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

공통 BottomSheet 컴포넌트를 추가하고, SelectionBottomSheetDialog 사용처 4곳을 교체했습니다.

공통 BottomSheet 컴포넌트

  • UndabangBottomSheet (BottomSheetDialogFragment, ComposeView + applyAppTheme)
  • SelectionBottomSheetContent Composable, 기존 bottom_sheet_dialog_select 디자인 이식
  • companion showSelection(...) 팩토리
  • BottomSheetPreview에 Preview 2종 추가 (선택, 미선택)

SelectionBottomSheetDialog 호출부 교체

  • ExerciseFormFragment - 운동 종류, 운동 위치 (2곳)
  • FeedFormFragment - 다방 선택
  • FeedListFragment - 카테고리 선택

정리

  • SelectionBottomSheetDialog, SelectionRVAdapter 삭제
  • bottom_sheet_dialog_select.xml, item_select.xml 삭제

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@edv-Shin
edv-Shin merged commit b998658 into devMay 3, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@edv-Shin