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: 레스토랑 카드에 loading 상태 추가 및 skeleton 반영 #202

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    462bbb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161d6fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0838f20 View commit details
    Browse the repository at this point in the history
  4. refactor: 불필요한 코드 제거 (#192)

    - 레스토랑 카드 클릭시 맵 모달 이벤트 제거
    - 마커 클릭시 맵 모달 이벤트 제거
    shackstack committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d09af48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11cf5f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    8748b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11ba021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ca047 View commit details
    Browse the repository at this point in the history
  4. Squashed commit of the following:

    commit 3442d16
    Author: Minjae Kim <[email protected]>
    Date:   Fri Jul 28 15:06:21 2023 +0900
    
        design: 전체 카테고리에 해당하는 이미지 수정 (#195) (#196)
    
    commit 2112803
    Author: 황준승 <[email protected]>
    Date:   Thu Jul 27 16:45:06 2023 +0900
    
        feat: 음식점 리스트 중복 필터링 기능 구현 (#186)
    
        * refactor:  지도 boundary 타입 추가 및 음식점 카테고리 타입 일부 수정 (#180)
    
        * feat: 셀럽 및 음식점 카테고리 별 필터링 기능 추가 (#180)
    
        * refactor: getQueryString 로직 분리 및 적용 (#180)
    
        * feat: CelebDropDown 및 CategoryNavbar에 전체 버튼 추가 (#184)
    
        * fix: 필터링 클릭 시 렌더링이 한 박자 늦게되는 오류 해결 (#184)
    
        * refactor: Map 컴포넌트에서 사용하지 않는 props 속성 제거 (#184)
    
        * refactor: celeb 전체를 나타내는 상태값을 -1로 변경 (#184)
    
        * feat: CelebDropDown blur 기능 추가 (#184)
    
        * fix: 불필요한 useEffect dependency 제거 (#184)
    
        * feat: Restaurant_Category에 전체 옵션 추가 (#184)
    
        * fix: CelebId 초기값 수정 (#184)
    
        * fix: API 명세서 수정에 따른 데이터 타입 변경 (#184)
    
        * refactor: NavButton props 프로퍼티 수정으로 인한 코드 수정 (#184)
    
        * refactor: css 선언방식을 삼항연산자를 && 로 변경 (#184)
    
        * fix: NavButton 불필요한 hover 기능 제거 (#184)
    
        Changed:
        hover 이벤트 && 연산자를 삼항연산자 사용으로 변경
    
        * refactor: NavButton 컴포넌트를 NavItem 컴포넌트로 네이밍 수정 (#184)
    
        ---------
    
        Co-authored-by: d0dam <[email protected]>
        Co-authored-by: Jeremy <[email protected]>
    shackstack committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fdeb97a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f731c1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4ad157 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    f2df719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b1f3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a3cf54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389520b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a8a10e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e60b230 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d11c319 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Squashed commit of the following:

    commit 60f8707
    Author: Jeremy <[email protected]>
    Date:   Mon Jul 31 14:41:46 2023 +0900
    
        feat: 레스토랑 카드 및 마커 클릭 이벤트 변경 (#198)
    
        * feat: 마커 호버시 마커를 맨 앞으로 가져오기 (#192)
    
        * style: 마커 호버시 마커 강조 (#192)
    
        * feat: 마커 클릭시 레스토랑 카드 띄우기 (#192)
    
        * refactor: 불필요한 코드 제거 (#192)
    
        - 레스토랑 카드 클릭시 맵 모달 이벤트 제거
        - 마커 클릭시 맵 모달 이벤트 제거
    
        * feat: 마커클릭 시 마커 위치에 따라 카드모달 위치 조정 (#192)
    
        * style: 레스토랑 오버레이 스타일 수정 (#192)
    
        * refactor: restaurantCard 컴포넌트를 용도에 따라 스타일 다르게 설정 (#192)
    
        * feat: 마커 클릭시 강조 효과 주기 (#192)
    
        * Squashed commit of the following:
    
        commit 3442d16
        Author: Minjae Kim <[email protected]>
        Date:   Fri Jul 28 15:06:21 2023 +0900
    
            design: 전체 카테고리에 해당하는 이미지 수정 (#195) (#196)
    
        commit 2112803
        Author: 황준승 <[email protected]>
        Date:   Thu Jul 27 16:45:06 2023 +0900
    
            feat: 음식점 리스트 중복 필터링 기능 구현 (#186)
    
            * refactor:  지도 boundary 타입 추가 및 음식점 카테고리 타입 일부 수정 (#180)
    
            * feat: 셀럽 및 음식점 카테고리 별 필터링 기능 추가 (#180)
    
            * refactor: getQueryString 로직 분리 및 적용 (#180)
    
            * feat: CelebDropDown 및 CategoryNavbar에 전체 버튼 추가 (#184)
    
            * fix: 필터링 클릭 시 렌더링이 한 박자 늦게되는 오류 해결 (#184)
    
            * refactor: Map 컴포넌트에서 사용하지 않는 props 속성 제거 (#184)
    
            * refactor: celeb 전체를 나타내는 상태값을 -1로 변경 (#184)
    
            * feat: CelebDropDown blur 기능 추가 (#184)
    
            * fix: 불필요한 useEffect dependency 제거 (#184)
    
            * feat: Restaurant_Category에 전체 옵션 추가 (#184)
    
            * fix: CelebId 초기값 수정 (#184)
    
            * fix: API 명세서 수정에 따른 데이터 타입 변경 (#184)
    
            * refactor: NavButton props 프로퍼티 수정으로 인한 코드 수정 (#184)
    
            * refactor: css 선언방식을 삼항연산자를 && 로 변경 (#184)
    
            * fix: NavButton 불필요한 hover 기능 제거 (#184)
    
            Changed:
            hover 이벤트 && 연산자를 삼항연산자 사용으로 변경
    
            * refactor: NavButton 컴포넌트를 NavItem 컴포넌트로 네이밍 수정 (#184)
    
            ---------
    
            Co-authored-by: d0dam <[email protected]>
            Co-authored-by: Jeremy <[email protected]>
    
        * feat: 다른 마커 클릭시 기존 마커 모달 닫기 기능 구현 (#192)
    
        * style: 파일명 오류 수정 (#192)
    
        * refactor: baseURL 환경변수 설정 및 type import 분리
    
        * feat: RestaurantCard 컴포넌트 props 수정 (#192)
    
        onClick을 optional로 수정
    
        * refactor: getQuadrant 리팩터링 (#192)
    
        * style: 상태 네이밍 수정 (#192)
    
        mainPosition -> currentCenter
    
        * feat: 음식점 카드 호버시 해당 음식점 마커 강조 (#192)
    
        * design: 강조시 애니메이션 효과 추가 및 음식점 리스트 스타일 수정 (#192)
    
        * refactor: 음식점 카드 호버시 마커 강조 로직 변경 (#192)
    
        * refactor: 프로필 이미지 컴포넌트 Props 타입 수정 (#192)
    
        size: number => string
    
        * fix: setHoverId가 없을 때 default value 설정 (#192)
    D0Dam committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7dc4a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbc4ff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb505f View commit details
    Browse the repository at this point in the history