Conversation
commit history
…to chore/minor-updates
[FEAT] 인플루언서 추천 피드 - 지현
…to chore/minor-updates
[FEAT] AI 독후감 구현
- FollowerListPage: 구버전 loadUserList useCallback 제거, useInifinieScroll 복원 - GroupSearch: 고아 setTimeout·loadMore useCallback 제거, searchFirstPage 대신 useInifinieScroll 기반 searchResult 도입 - Memory: fetchPage 내 loadMemoryPosts useCallback 혼입 코드 제거, 미사용 error/loading 상태 및 LoadingSpinner import 제거 - SavePage: 구버전 loadSavedBooks/loadSavedFeeds/loadAllData 수동 페이지네이션 코드 제거 (useInifinieScroll 중복) - SearchBook: 구버전 loadMore useCallback 잔재 제거, LoadingBox import 추가 - useFeedCache: writeFeedCache의 sessionStorage.setItem을 try/catch로 감싸 쿼터 초과·프라이빗 브라우징 환경에서 예외가 피드 렌더로 전파되지 않도록 보호
refactor-record: 기록 삭제 후 페이지 새로고침 제거 및 페이지별 보기 입력창 버그 수정
피드 UX 개선 게시글 이동 방식 변경 및 스크롤 위치 복원
fix: 초기 로딩 스켈레톤/무한스크롤 로딩 분리
…ring fix: 피드 이미지 로딩 최적화 및 FollowerList에 의한 CLS 완화
…ring fix: Feed/Memory/GroupSearch 머지 충돌 해결
…ring feat: 이미지 Lazy Loading 적용으로 피드 렌더링 성능 개선
- react-helmet-async 패키지 설치 (v3.0.0) - main.tsx에 HelmetProvider 추가 - 공통 SEOHead 컴포넌트 생성 (src/components/common/SEOHead.tsx) - title, description props 기반 동적 메타태그 주입 - 기본값: 기존 index.html의 title/description 유지
- SearchBook.tsx: 책 제목(title), 저자명(authorName) 기반 동적 title/description 주입 - GroupDetail.tsx: 모임명(roomName), 책 제목(bookTitle) 기반 동적 title/description 주입 - 데이터 로드 전(null 상태)에는 기본값 유지
- public/robots.txt 추가: 크롤러 허용/차단 경로 명시 - public/sitemap.xml 추가: 주요 경로 정적 sitemap 구성 - Google Search Console 제출로 인덱싱 속도 단축 예정
feat: 구글 검색 유입을 위한 SEO 메타태그 및 크롤링 인프라 구성
merge refactor -> develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝작업 내용
Summary by CodeRabbit
릴리스 노트
새 기능
개선 사항