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: 하단 네브바 공통 컴포넌트 구현 #255

Merged
merged 13 commits into from
Sep 10, 2024

Commits on Jun 24, 2024

  1. Refactor: SEO 개선 작업 진행 (metadata, sitemap, robots.txt) (8-Sprinters#243)

    * feat: layout 컴포넌트의 metadata 수정 - 리스티웨이브 한글 타이틀 추가 및 description 수정
    
    * Feat: 마이리스트, 콜라보리스트 페이지에 Dynamic 메타데이터 설정
    
    * Feat: 리스트 상세 페이지에 Dynamic 메타데이터 설정
    
    * Refactor: 메타데이터 별도 상수로 분리
    
    * Feat: sitemap 설정 및 도메인 url 별도 상수로 분리
    
    * Feat: 트렌딩리스트에 해당하는 리스트의 상세페이지가 sitemap에 추가되도록 설정
    
    * Feat: robots.txt 설정
    
    * Fix: sitemap.ts 트랜딩리스트 호출 방법을 fetch API로 수정
    
    * Fix: sitemap.ts 트랜딩리스트 호출 로직 제거
    ParkSohyunee authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8671ced View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Feat: 라벨, 카테고리 클릭시 검색페이지로 이동 (8-Sprinters#248)

    * feat: 라벨 및 카테고리 클릭시 검색페이지로 이동
    
    * fix: 리스트 상세조회, 카테고리 전체조회 API 수정에 따라 타입 변경
    kanglocal authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ce37be4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    52a2b7e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    a502225 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Refactor: 하단 네브바 로직 리팩토링

    - 숨기고 싶은 경로 대신 네브바가 보여지는 path로 변수 수정
    - 네브바 탭 클릭시, 현재 위치를 표시하기 위한 분기처리 switch문으로 수정
    - 네브바에서 콜렉션 탭 제거
    ParkSohyunee committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    54858a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ff69e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddddd9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7519ab1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ad18f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c22271 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    7c0384a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73805bf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    121de68 View commit details
    Browse the repository at this point in the history