Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] Bottom Sheet + Cropping #278

Merged
merged 14 commits into from
Apr 14, 2023
Merged

Commits on Apr 12, 2023

  1. [REFACTOR] BottomSheetViewController

    - `sheetPresentationController`를 이용하여 Bottom Sheet 생성
    - custom detents를 적용하기 위해 지원 버전을 iOS16로 올림
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8d44187 View commit details
    Browse the repository at this point in the history
  2. [REFACTOR] PhotoBottomSheetViewController

    - Constraints 재설정
    - grabber view 제거
    - 줄일 수 있는 코드 제거
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    95ec56c View commit details
    Browse the repository at this point in the history
  3. [REFACTOR] DateBottomSheetViewController

    - grabber view 삭제
    - constraint 재구성
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8d85f02 View commit details
    Browse the repository at this point in the history
  4. [REFACTOR] SortBottomSheetViewController and SortBottomSheetView

    - 두 클래스 전부 final 설정
    - SortBottomSheetView의 선택시 보이는 체크 이미지 간격 조절
    - grabber view 제거
    - stackview 프로퍼티 옵션과 constraint 재구성
    - 인기순, 최신순 사이 간격 조절
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c9653f2 View commit details
    Browse the repository at this point in the history
  5. [REFACTOR] BoardBottomSheetViewController

    - grabber view 삭제
    - constraint 재구성
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1485380 View commit details
    Browse the repository at this point in the history
  6. [REFACTOR] TodolistBottomSheetViewController

    - grabber view 삭제
    - constraint 재구성
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c578459 View commit details
    Browse the repository at this point in the history
  7. [REFACTOR] Refactor about LocationBottomSheet(View, Cell, etc)

    1. LocationTableViewCell: Constraint 재설정
    2. LocationBaseView: height constraint 수정
    3. LocationBottomSheetViewController
       - 버튼 라벨링 수정
       - Constraint를 `앱디자인`에 맞게 수정
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3dcaaa5 View commit details
    Browse the repository at this point in the history
  8. [REFACTOR] Refactor ScheduleBottomSheetViewController

    - grabber view 제거
    - constraint 재설정
    - dismiss animation을 `true`로 설정
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    bf834c1 View commit details
    Browse the repository at this point in the history
  9. [REFACTOR] Refactor ParticipantBottomSheetViewController

    - grabber view 제거
    - 디자인에 맞지 않는 타이포 수정(With us! -> With Us!)
    - collectionView constraint 재구성 (contentInset 대신에 constraint로 처리)
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8615c9a View commit details
    Browse the repository at this point in the history
  10. [REFACTOR] QuestionDeleteBottomSheetViewController

    - grabber view 제거
    - constraint 재구성
    - dismiss animation을 true로 설정
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c811504 View commit details
    Browse the repository at this point in the history
  11. [CHORE] Change BottomSheet dismiss animation

    DateBottomSheetViewController, PhotoBottomSheetViewController의
    dismiss animation을 true로 설정했습니다.
    WhiteHyun committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0c3cdef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5822a40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2306606 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. [REFACTOR] BottomSheetViewController's horizontal edges

    양 옆을 `16`에서 `24`로 설정
    WhiteHyun committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    fe0a81a View commit details
    Browse the repository at this point in the history