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

[#47] style : 전체 대시보드 가게 메뉴바 추가 #48

Merged
merged 12 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. Release test 0.0.1 (#41)

    * feat: 기본 컴포넌트 생성
    
    * feat: 지도 구현
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * feat: marker 이미지 추가
    
    * feat: only icon marker 디자인 완료
    
    * feat: name marker 디자인 완료
    
    * refactor: 지도에 보이는 방식 변경
    
    * feat: 업체 리스트 디자인 완료
    
    하트 상태 useState로 관리
    
    * Create pull_request_template.md
    
    * feat: 검색창 구현
    
    * feat: 픽한업체 디자인
    
    * refactor: 겹치는 코드 분리
    
    size 인수로 받는 함수 만들어서 그 사이즈에 맞게 이미지 코드 반환
    
    * feat: 필터 디자인 완료
    
    * feat: 스크롤바 디자인
    
    * style: store list 디자인 변경사항 반영
    
    * style: 이름 마커 디자인 수정
    
    * feat: 라우터 설정
    
    * feat: 가게 정보 디자인 완료
    
    * style: heart -> 👍 으로 디자인 변경
    
    * fix: 지도 안뜨는 문제 해결
    
    * refact: 공통 컴포넌트 분리 (필터, 검색창)
    
    * refact: 이름 마커 컴포넌트 공통으로 리팩토링
    
    * refact: children props 넘겨주는 방식 변경
    
    * refact: icon marker 코드 하나로 분리
    
    * chore: 해당하는 마커만 지도에 띄우기
    
    * fix: 우선 error는 안뜨도록 수정
    
    * fix: 같은 매장 여러번 클릭할 수 있도록 수정
    
    * fix: 기본값 설정
    
    * docs: PR template update
    
    체크리스트 추가
    
    * [#17] feat: 헤더 #17 (#21)
    
    * feat : 화면 구현
    
    * feat : 헤더 구현
    
    * style : 알림 아이콘 추가
    
    * [#3] feat: 제휴가게 페이지  (#13)
    
    * feat: component 구성
    
    * style: 타이틀 디자인 구현 완성
    
    * style: 필터, 검색, 버튼 디자인 완료
    
    * style: store 컴포넌트 디자인 완료
    
    * style: 변경된 디자인 반영
    
    * feat: 가게 검색 모달 창 디자인 완료
    
    * feat: 공통 버튼 컴포넌트 분리
    
    * feat: [제휴가게 조회] 컴포넌트 구성
    
    * style: [제휴가게 조회] 화면 디자인 완료
    
    * feat: 스탬프 모달 완성
    
    * feat: 조건 박스 추가
    
    * refact: modal 폴더 생성
    
    * feat: 제휴 종료 모달 완성
    
    * fix: 버튼 스타일링 변경
    
    * refact: && 연산자로 변경
    
    * [#22] feat: 가게 찾기 페이지 API 연결 (#25)
    
    * fix: img 오류 수정
    
    * feat: api data 형식 추가 및 적용
    
    * feat: 가게 전체 조회 api 연결
    
    * style: 제목 div 깨짐 수정
    
    * feat: map type filter 설정
    
    * feat: filter API 설정
    
    * feat: 위도 경도 연결
    
    * refact: 전체 필터용으로 api 방식 수정
    
    * feat: 픽한업체 필터 설정
    
    * feat: 검색어 필터 연결
    
    /contact 부분 props 수정 필요
    
    * feat: storeInfo와 filter 예외처리
    
    storeInfo가 열려있는 상태로 filter를 누르면 지도 내용이 누른 filter를 반영하도록 변경
    
    * chore: 사용안하는 코드 삭제
    
    * feat: 픽한 업체 API 연결
    
    * feat: 가게 상세 정보 조회 API 연결
    
    * fix: 선택한 가게 기본값 설정
    
    * feat: 이름 마커 zindex 설정
    
    * feat: 맨 위 데이터 "이름 마커" 로 뜨는 조건
    
    * style: 디자인적 요소 수정
    
    cursor 포인터로, 도보 시간 0분으로 안뜨도록, 픽한 업체 글자 눌렀을때도 클릭 되도록
    
    * [#24] feat : 팝업관리, 쿠폰관리, 마이페이지, 대시보드 화면 구현 (#29)
    
    * feat : 화면 구현
    
    * feat : 헤더 구현
    
    * feat : 로그인 모달 구현
    
    * feat : 회원가입 화면 구현
    
    * style : header 알림 아이콘 추가
    
    * style : 로그인 모달 세부 디자인 수정
    
    * feat : api 설정 및 부분 연동
    
    * feat : 로그인 액세스토큰 세션 스토리지에 저장
    
    * feat : 대시보드 레이아웃 잡기
    
    * feat : 첫번째 박스 구현
    
    * feat : 두번째 박스 구현
    
    * feat : 대시보드 화면 완성
    
    * feat : 쿠폰관리 리스트 화면 구현
    
    * feat : 팝업관리 화면 구현
    
    * feat : popup api 연동
    
    * feat : 쿠폰 등록 화면 구현
    
    * feat : 비었을때 보여줄 컴포넌트 삽입
    
    * feat : 팝업등록 화면 구현
    
    * feat : 마이페이지 화면 구현
    
    * feat : 팝업관리 화면 구현, 일부 api 연동
    
    * [#16] feat: 팝업관리 페이지 디자인 구현 (#31)
    
    * feat: 가게 검색 모달 창 디자인 완료
    
    * feat: 스탬프 모달 완성
    
    * feat: 조건 박스 추가
    
    * refact: modal 폴더 생성
    
    * feat: 컴포넌트 구성
    
    * feat: 팝업 관리 페이지 디자인 완료
    
    * feat: 환경 설정
    
    package json 수정, base api 수정
    
    * [#28] feat: 제휴가게 API 연결 (#37)
    
    * fix: icon 에러 수정
    
    * feat: 제휴가게리스트 API 연결
    
    * feat: 라우터 연결
    
    * fix: img 오류 수정
    
    * feat: 제휴가게 상세 API 연결
    
    * feat: modal api 연결 및 디자인 수정
    
    * style: checkbox 적용
    
    * [#39] fix : 서브메뉴 디자인 변경 및 링크추가 (#40)
    
    * style : 팝업 / 쿠폰 관리 삭제박스 추가
    
    * fix : 헤더 디자인 수정 및 링크 추가
    
    ---------
    
    Co-authored-by: Ethan Lim <studentlimsoo@gmail.com>
    SujinKim1127 and Ethan-KerryFather authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3d8eeb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62cb9f3 View commit details
    Browse the repository at this point in the history
  3. fix: error 수정

    SujinKim1127 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0cda39c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43a7b80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea2ca93 View commit details
    Browse the repository at this point in the history
  6. fix: modal error

    SujinKim1127 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    031ce3f View commit details
    Browse the repository at this point in the history
  7. fix: npm run build error

    SujinKim1127 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5e934b9 View commit details
    Browse the repository at this point in the history
  8. fix: build error 해결

    SujinKim1127 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    be4daf9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    91efb0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    858f368 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb359e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc52457 View commit details
    Browse the repository at this point in the history