Skip to content
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

[FE] 로그인 시 보일 사용자 프로필과 프로필 탭을 구현한다. #1020

Open
chysis opened this issue Dec 23, 2024 · 0 comments

Comments

@chysis
Copy link
Contributor

chysis commented Dec 23, 2024

🔍 설명

  • 로그인 성공 시 Header의 우측에 사용자 프로필 사진과 아이디가 보이게 한다.
  • 사용자 프로필 클릭 시 메뉴 이동과 로그아웃 할 수 있도록 프로필 탭이 나타나게 한다.

image

프로필

  • 헤더 우측에 배치
  • 데스크탑에서는 프로필 사진과 아이디 모두 노출
  • 모바일에서는 프로필 사진만 노출

프로필 탭

  • 프로필 클릭 시 나타남
  • 데스크탑에서는 로그인 한 플랫폼 정보, 메뉴, 로그아웃을 포함한다.
  • 모바일에서는 데스크탑의 모든 구성 요소를 포함하고, 로그인 한 플랫폼 정보 밑에 사용자의 아이디를 추가한다.

🔥 할 일

  • 프로필 컴포넌트를 구현하고, 반응형으로 동작하게 한다.
  • 프로필 탭 컴포넌트를 구현하고, 반응형으로 동작하게 한다.
    • 프로필 탭은 모달보다 z-index 값이 작아야 한다.

⏰ 예상 시간

  • 1d

🐴 할 말

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant