Skip to content

feat: 로그인 페이지, 회원가입 페이지 이동 기능(Link) 추가#8

Merged
GamjaIsMine02 merged 1 commit into
devfrom
feature/login-page
Jan 5, 2026
Merged

feat: 로그인 페이지, 회원가입 페이지 이동 기능(Link) 추가#8
GamjaIsMine02 merged 1 commit into
devfrom
feature/login-page

Conversation

@GamjaIsMine02
Copy link
Copy Markdown
Contributor

@GamjaIsMine02 GamjaIsMine02 commented Jan 5, 2026

1) 작업한 이슈번호

#7 #4

2) 변경 요약 (What & Why)

  • 무엇을 변경했는지: 로그인 페이지에서 회원가입 페이지로, 회원가입 페이지에서 로그인 페이지로 이동하는 기능을 추가
  • 변경했는지(문제/목표):

3) 스크린샷/동영상 (UI 변경 시)

전/후 비교, 반응형(모바일/데스크톱) 캡쳐

  • Before:
  • After:

4) 상세 변경사항

  • 라우팅/페이지:
  • 컴포넌트: LoginForm.tsx, SignupForm.tsx
  • 상태관리:
  • API 호출:
  • 스타일:
  • 기타:

5) 참고사항

Summary by CodeRabbit

릴리스 노트

  • 개선사항
    • 로그인 및 회원가입 페이지 간 네비게이션을 클라이언트 측 라우팅으로 개선하여 더 빠르고 부드러운 페이지 전환 경험을 제공합니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 5, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

LoginForm.tsx 및 SignupForm.tsx 파일에서 anchor 태그를 Next.js Link 컴포넌트로 교체하여 client-side 라우팅을 구현했습니다. 각 파일에 next/link에서 Link를 import하고, 기존 a 태그를 Link 컴포넌트로 변경하였습니다.

Changes

Cohort / File(s) 변경 요약
인증 폼 컴포넌트 Navigation 업데이트
components/auth/LoginForm.tsx, components/auth/SignupForm.tsx
next/link에서 Link import 추가. LoginForm에서 signup 링크를 /signup으로 가는 Next.js Link로 변경. SignupForm에서 "로그인" 링크를 /login으로 가는 Next.js Link로 변경. 스타일링은 유지됨.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • devflow#7: 인증 폼에서 Next.js Link를 사용한 client-side navigation 도입으로, LoginForm.tsx의 signup 링크 변경과 직접적으로 중복됨.
  • devflow#4: SignupForm.tsx에서 anchor를 Next.js Link로 전환하는 변경사항이 직접 중복됨.

Poem

🐰 링크가 춤을 추며, 다음으로 스르륵
앵커는 잘 가라, 클라이언트 경로로
로그인과 가입, 우린 쌌다 제대로
Next.js의 손을 잡고 ✨

✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2da0fc4 and 87860e0.

📒 Files selected for processing (2)
  • components/auth/LoginForm.tsx
  • components/auth/SignupForm.tsx

Comment @coderabbitai help to get the list of available commands and usage tips.

@GamjaIsMine02 GamjaIsMine02 merged commit 5375ada into dev Jan 5, 2026
1 check was pending
@coderabbitai coderabbitai Bot mentioned this pull request Jan 12, 2026
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