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

[Fix/BAR-248] 로그인 이슈 해결 #78

Merged
merged 8 commits into from
Feb 23, 2024
Merged

[Fix/BAR-248] 로그인 이슈 해결 #78

merged 8 commits into from
Feb 23, 2024

Conversation

miro-ring
Copy link
Contributor

Summary

구현 내용 및 작업한 내역을 요약해서 적어주세요

  • 작업 내역 1
  • 작업 내역 2

To Reviewers

7a57b18

  • 랜딩 페이지 애니메이션 속도를 조절합니다.
  • 카드에 드래그가 불가능하도록 설정합니다.

2d47c93
기존에 미들웨어를 통해 처리하고자 했습니다. 알고보니 미들웨어는 nginx와 비슷한 기능을 하는 요소더라고요. 즉 외부 도메인 진입시에 동작하는 로직이고 내부에서 router를 통해 이동할 때는 해당 구문을 거치지 않습니다. 때문에 내부적으로 분기를 태워서 이동할 페이지 위치를 정하도록 수정합니다.

ba630fd
랜딩 페이지 이미지가 꺠지는 문제가 있어 svg로 교체합니다.

How To Test

  • 랜딩페이지 확인
  • 로그아웃 기능 확인
  • 로고 클릭시 분기 처리 확인

@miro-ring
Copy link
Contributor Author

@dmswl98
기획/디자인 확인을 위해 배포 한번 진행하였습니다!

Copy link
Member

@dmswl98 dmswl98 left a comment

Choose a reason for hiding this comment

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

👍🏻

@@ -13,12 +15,17 @@ interface HeaderProps {
}

const Header = ({ type }: HeaderProps) => {
const refreshToken = Cookies.get(STORAGE_KEY.REFRESH_TOKEN);

const HeaderButtonGroup = () =>
type === 'intro' ? <LoginButton /> : <UserButton />;
Copy link
Member

Choose a reason for hiding this comment

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

요기도 intro 대신 landing으로 통일하면 좋겠네요!

@dmswl98 dmswl98 added the fix label Feb 22, 2024
@dmswl98 dmswl98 changed the title [Bug/BAR-248] 로그인 이슈 해결 [Fix/BAR-248] 로그인 이슈 해결 Feb 22, 2024
@miro-ring miro-ring merged commit fdd9f22 into main Feb 23, 2024
@miro-ring miro-ring deleted the bug/BAR-248 branch February 23, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants