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

[FEAT] 홈화면 내에 스타일로 프로필 생성하기 버튼을 통해, 스타일 입력화면내에 선택한 스타일이 체크되도록 구현 #86

Merged
merged 8 commits into from
Feb 26, 2024

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    91e20ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f4a19 View commit details
    Browse the repository at this point in the history
  3. [FEAT] 스타일로 프로필 생성하기 버튼 클릭 엣지 케이스 처리

    StyleImage HorizontalPager 를 swipe 하지 않고 바로 버튼을 클릭할 경우, state 가 변하지 않아, collect 가 수행되지 않음. 따라서 해당 첫번째 인덱스의 스타일이 선택되지 않아서, 스타일이 체크가 되지 않는데, 이에 대한 임시 처리
    
    근본적으로는 해당 처리를 해주지 않아도 선택이 되어야 하므로, 다른 방법이 있는지 고민해봐야함
    easyhooon committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6706c3b View commit details
    Browse the repository at this point in the history
  4. [CHORE] style check success

    easyhooon committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    36d47c5 View commit details
    Browse the repository at this point in the history
  5. [FEAT] 함수명 통일

    easyhooon committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    1fe5cdc View commit details
    Browse the repository at this point in the history
  6. [FEAT] 에러 핸들링 보일러플레이트 함수화 -> common 모듈로 이동

    각 feature 모듈 내에 Retrofit 의존성 제거
    easyhooon committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f985440 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    fdd3824 View commit details
    Browse the repository at this point in the history
  2. [FEAT] 로그아웃, 계정 삭제 API 변동 사항 반영

    style check success
    easyhooon committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    06ef0a5 View commit details
    Browse the repository at this point in the history