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

[FE] 코드잽 프로덕션 v1.1.5 배포 #856

Merged
merged 6 commits into from
Oct 22, 2024
Merged

[FE] 코드잽 프로덕션 v1.1.5 배포 #856

merged 6 commits into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    982034e View commit details
    Browse the repository at this point in the history
  2. 문의하기 모달 버그 수정 및 템플릿 수정시 visibility 기본값 설정 (#838)

    * fix(TemplateEditPage): 수정시 기본으로 현재 visibility 설정되도록 변경
    
    * refactor(ContactUs): 로딩상태 추가 및 사용자 정보 추가
    
    * refactor(src): 선택 삭제 확인 모달 메세지 줄 바꿈 되도록 변경
    
    * fix(LandingPage): 오타 수정
    Hain-tain authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c5dd8db View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Amplitude 초기 설정 및 핵심 기능(업로드) 트래킹 (#847)

    * chore: amplitude/analytics-browser 설치
    
    * feat(amplitude): Amplitude 초기화 컴포넌트 설정
    
    * feat(amplitude): Amplitude의 track 메서드를 커스텀하여 사용
    
    * feat(amplitude): 새 템플릿 버튼 ~ 템플릿 저장 event track
    
    * feat(SourceCodeViewer): 소스코드 복사 버튼 클릭 트래킹 추가
    
    * refactor(amplitude): usePageViewed -> useTrackPageViewed로 변경
    
    * feat(PagingButtons): 페이징 버튼에 track 추가
    
    * feat(amplitude): 좋아요 버튼 track
    
    * feat(pages): 각 페이지 로드 track
    Jaymyong66 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c4bcc4f View commit details
    Browse the repository at this point in the history
  2. 구경가기 상단 캐러셀 구현 (#849)

    * feat(src): Carousel, HotTopicCarousel, useHotTopic 생성 및 TemplateExplorePage에 적용
    
    * feat(Footer): 문의 이메일 직접 표기
    
    * refactor(src): 템플릿 카드, 템플릿 상세 페이지에서 작성자, 시간 색상 primary => secondary로 변경
    
    * feat(TemplateExplorePage): 구경가기 템플릿 리스트 로딩 처리
    
    * design(TemplateCard): 작성자 이름 색상 primary 로 변경
    Hain-tain authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bb870d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    354b5e9 View commit details
    Browse the repository at this point in the history
  4. 멤버 별 템플릿 페이지 구현 (#815)

    * feat(src): 엔드포인트 MY_TEMPLATES를 MEMBER_TEMPLATES로 변경
    
    * feat(src): 템플릿페이지, 템플릿카드에서 작성자 클릭 시 리다이렉트 기능 구현
    
    * refactor(api): 태그/카테고리 API에서 memberId를 optional에서 필수로 변경
    
    * feat(src): getMemberName API 구현 및 MyTemplatePage에서 사용
    
    * refactor(api): members - API 엔드포인트 변경
    
    * feat(MyTemplatesPage): 본인 페이지가 아닐 때, 템플릿 선택 삭제 버튼 제거
    
    * feat(CategoryFilterMenu): 본인 페이지가 아닐 때, 카테고리 편집 버튼 제거
    
    * feat(routes): 전체 페이지 Suspense를 LoadingBall로 변경
    
    * chore: version을 1.1.5 업데이트
    
    ---------
    
    Co-authored-by: jayming66 <[email protected]>
    vi-wolhwa and Jaymyong66 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    421ecbc View commit details
    Browse the repository at this point in the history