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

♻️ 마이페이지 리스트뷰 리펙토링 #295

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Jul 7, 2024

  1. ♻️#294: 마이페이지 리스트뷰 개선 작업

    - 기존 UITableView DataSource 에서 Diffable DataSource 로 변경 작업
    - 기존 2개(드랍, 좋아요)의 UITableView(Hidden 처리)를 1개의 UICollectionView를 이용한 개선 작업
    - Compositional Layout 적용
    - 콘텐츠 수에 따른 CollectionView Height 업데이트를 통한 전체 스크롤뷰 높이 조정
    thoonk committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5f485d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. ♻️#294: 마이페이지 리스트뷰 Height 조정 및 진입 시 Height 업데이트 선 호출 처리

    - 마이페이지 진입 시 Height 값과 이후 다른 탭(좋아요) 선택 후 Height 값(정상)이 달라 section 값 전달되고 선 호출 처리를 통해 임시 해결
    thoonk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5b683f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    2c40d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3912cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7783d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    01b3f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cc826 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. ♻️#294: ScrollView 안 CollectionView contentSize 업데이트 이슈로 인해 UITableVi…

    …ew로 변경 작업 처리
    
    - 기존 Diffable DataSource 로직 변경 없음
    - Compositional Layout 제거
    thoonk committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6f35825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556ed14 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    60cb964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6401074 View commit details
    Browse the repository at this point in the history