feat: 외부/내부 페이지 모바일 반응형 구현 및 OAuth2 로그인 개선#178
Merged
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough이 PR은 프론트엔드 전체에 걸쳐 반응형 디자인을 도입하고 모바일 네비게이션을 추가하며, 헤더/사이드바 동작을 수정하고, 다양한 컴포넌트의 레이아웃과 타이포그래피를 조정합니다. 또한 인증 흐름을 쿠키 기반으로 변경하고 로그인 폼의 헬퍼 함수를 제거하며, 여러 페이지 및 컴포넌트 스타일을 재구성합니다. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~28 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (43)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
PR Description
📱 외부 페이지 모바일 반응형 구현
1. 외부 메인 페이지 (Main.jsx)
2. 외부 상세 페이지 (Intro, Leaders, Portfolio, MonthlyReport)
🏠 내부 페이지 개선
1. 내부 랜딩 페이지 (Home.jsx)
2. 공통 헤더 (Header.jsx)
3. 로그인 페이지
👤 마이페이지 개선
사용자 정보 동적 로딩 (ProfileCard.jsx)
/api/user/detailsAPI 연동🔐 OAuth2 로그인 개선
OAuth 성공 처리 (OAuthSuccess.jsx)
문제: 백엔드가 토큰을 HttpOnly 쿠키로 전달하지만, 프론트엔드가 URL 파라미터에서 토큰을 찾으려고 시도
해결:
access,refresh토큰 읽기accessToken,refreshToken저장📐 CSS 모듈화 및 반응형 디자인
공통 스타일 패턴
주요 컴포넌트 스타일
🎨 디자인 개선
🐛 버그 픽스
📝 파일 변경 목록
Frontend
src/pages/Home.jsx,Home.module.css- 내부 랜딩 페이지 반응형src/pages/external/Main.jsx,Main.module.css- 외부 메인 페이지 햄버거 메뉴src/pages/external/Intro.jsx- 동아리 소개 페이지 반응형src/pages/external/Leaders.jsx- 임원 소개 페이지 반응형src/pages/external/Portfolio.jsx- 운용 포트폴리오 페이지 반응형src/pages/external/MonthlyReport.jsx- 월간 세투연 페이지 반응형src/pages/external/External.module.css- 외부 페이지 공통 스타일src/pages/external/MonthlyReport.module.css- 월간 세투연 스타일src/components/Header.jsx,Header.module.css- 공통 헤더 개선src/components/Layout.jsx- 레이아웃 마진 조정src/components/mypage/ProfileCard.jsx- 마이페이지 API 연동src/components/external/Filter.module.css- 필터 모바일 스타일src/components/external/Info.module.css- 정보 섹션 반응형src/components/external/MemberCard.module.css- 멤버 카드 반응형src/components/external/PortfolioItem.module.css- 포트폴리오 아이템 반응형src/components/external/Report.module.css- 리포트 카드 반응형src/components/login/LoginForm.jsx- 디버그 버튼 제거src/pages/OAuthSuccess.jsx- OAuth 쿠키 처리 개선🧪 테스트 체크리스트
Closes
Summary by CodeRabbit
릴리스 노트
새로운 기능
UI/UX 개선
✏️ Tip: You can customize this high-level summary in your review settings.