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

[feat] 로그인 상태 구현 #76

Merged
merged 11 commits into from
Aug 8, 2024
Merged

[feat] 로그인 상태 구현 #76

merged 11 commits into from
Aug 8, 2024

Conversation

lybell-art
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

로그인 상태를 전역으로 관리하도록 바꿨습니다.

  • 로그인 완료 시 ㅇㅇㅇ님 환영합니다 가 띄워집니다.
  • jwt 파싱은 나중에 구현할 예정입니다.
  • 기대평 등록 시 로그인 상태에 따라 기대평 등록됨 상태도 달라집니다.

스켈레톤 딜레이를 적용시키는 DelayedSkeleton 컴포넌트를 만들었습니다.

💬 리뷰 요구사항

common 중 데이터 fetching 관련된 함수들은 전부 common/fetchData 쪽으로 옮겼습니다.

@lybell-art lybell-art added feat 기능 구현 refactor 코드 리팩토링 labels Aug 8, 2024
@lybell-art lybell-art requested a review from darkdulgi August 8, 2024 01:00
@lybell-art lybell-art self-assigned this Aug 8, 2024
@lybell-art lybell-art linked an issue Aug 8, 2024 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@darkdulgi darkdulgi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

@darkdulgi darkdulgi merged commit 5b16851 into dev Aug 8, 2024
1 check passed
@lybell-art lybell-art deleted the feature/74-login-state branch August 17, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 서버측 상태 세팅
2 participants