Skip to content

Refactor/component structure#15

Merged
msuhyeon merged 12 commits intomainfrom
refactor/component-structure
Jan 7, 2026
Merged

Refactor/component structure#15
msuhyeon merged 12 commits intomainfrom
refactor/component-structure

Conversation

@msuhyeon
Copy link
Copy Markdown
Owner

@msuhyeon msuhyeon commented Jan 6, 2026

  • 로그인이 필요한 서비스의 경우 클릭 시 로그인 유도 하도록 수정
  • 퀴즈 히스토리 조회 쿼리 수정

디렉토리 구조 및 컴포넌트 구조 변경

  • 페이지 중심 구조를 도메인 역할 기준으로 컴포넌트 구조 정리
  • 컴포넌트 정의 방식을 함수 선언식으로 통일

메인 페이지 레이아웃 수정

  • 히어로 섹션 추가
  • 레이아웃 스타일 변경

- Supabase Server Component 쿠키 설정 관련 불필요한 에러 로그 제거
- 로그인 세션 없음(Auth session missing) 에러 무시 처리 명시화
- API 라우트 내 중복 에러 로깅 제거 및 객체 출력 포맷 수정
 - 페이지 중심 구조를 도메인 역할 기준으로 컴포넌트 구조 정리
 - 컴포넌트 정의 방식을 함수 선언식으로 통일
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
studyhsk Ready Ready Preview, Comment Jan 7, 2026 8:58am

- WordDetailPage에서  초기 데이터를 서버에서 미리 가져오도록 변경 (SEO 및 초기 렌더링 속도 개선)
- ClientWordDetail 에서 불필요한 클라이언트 데이터 요청 로직 제거 및 initialData props 적용
- 데이터 유무에 따른 AI 생성 로직 개선 및 상태 업데이트 Batching으로 UI 깜빡임 현상 해결
- 공통 타입 정의 분리
 - 불필요한 코드 주석처리
- vercel 보안 정책 대응
@msuhyeon msuhyeon merged commit 3ef40e2 into main Jan 7, 2026
5 checks passed
@msuhyeon msuhyeon deleted the refactor/component-structure branch January 12, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant