-
Notifications
You must be signed in to change notification settings - Fork 3
Style/main header #149
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
Style/main header #149
Conversation
스타일 변경 # Conflicts: # src/main/java/org/ezcode/codetest/presentation/view/ViewController.java # src/main/resources/static/css/header.css # src/main/resources/static/css/test-login.css # src/main/resources/static/css/test-main.css # src/main/resources/static/html/header.html # src/main/resources/templates/test-login.html # src/main/resources/templates/test-main.html
|
Caution Review failedThe pull request is closed. Walkthrough헤더에 새로운 조이패드 아이콘이 추가되어 게임 페이지로 이동할 수 있게 되었으며, 채팅 페이지에서는 로그인 필요시 전체 화면 오버레이 메시지가 표시되도록 변경되었습니다. 게임 페이지에서는 JWT 토큰이 세션에 저장되고 자동 적용되어 새로고침 시에도 유지됩니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Header
participant GamePage
participant ChatPage
User->>Header: 페이지 진입
Header-->>User: 조이패드 아이콘 클릭 가능
User->>ChatPage: 채팅 페이지 진입
ChatPage->>ChatPage: 로그인 토큰 확인
alt 토큰 없음
ChatPage-->>User: 전체 화면 오버레이로 "로그인 필요" 메시지 표시
else 토큰 있음
ChatPage->>ChatPage: 오버레이 숨김, 채팅 앱 표시
end
User->>GamePage: 게임 페이지 진입
GamePage->>GamePage: sessionStorage에서 토큰 조회
alt 토큰 존재
GamePage->>GamePage: 입력 필드 자동 채움 및 자동 제출
end
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
신규 기능
개선 사항