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

refactor: 메인페이지 UI 변경(알림 ui 변경) #133

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from

Conversation

suuuin
Copy link
Collaborator

@suuuin suuuin commented Dec 6, 2024

PR 유형

  • 새로운 기능 추가
  • 버그 수정
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제
  • 기타 (아래에 상세 내용 기입)

변경 사항 요약

  • 메인페이지 footer 제거
  • 알림 sse 코드 변경
    • 연결 최대 3번 시도
    • EventSourcePolyfill 사용
  • 알림 ui 변경

관련 이슈

close #119

체크리스트

  • 코드가 제대로 작동하는지 확인
  • 빌드를 통과하였는지 확인

@suuuin suuuin linked an issue Dec 6, 2024 that may be closed by this pull request
4 tasks
@suuuin suuuin self-assigned this Dec 6, 2024
@suuuin suuuin added feat 기능 추가 refactor refactor labels Dec 6, 2024
@@ -71,8 +71,8 @@
@include font(2rem, 500, normal);
@include line-clamp(2);
border-bottom: 0.1rem solid #ccc;
height: 6.36rem;

//height: 6.36rem;
Copy link
Collaborator

Choose a reason for hiding this comment

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

주석 제거해주세요

@@ -19,7 +19,7 @@ export default function RootLayout({ children, isMainPage }: RootLayoutProps) {
<div className={cn("container")}>
<Header />
<main className={cn("children")}>{children}</main>
<Footer isMainPage={isMainPage} />
{/* <Footer isMainPage={isMainPage} /> */}
Copy link
Collaborator

Choose a reason for hiding this comment

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

주석 제거해주세요.

Copy link
Collaborator

@smb0123 smb0123 left a comment

Choose a reason for hiding this comment

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

Login.tsx의 error의 상태값은 사용하지 않고 있어서 삭제하는게 좋아보여요

Copy link
Collaborator

@smb0123 smb0123 left a comment

Choose a reason for hiding this comment

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

지금 sse가 연결이 계속 끊기네요. 머지하지 말고 시험 끝나면 백엔드와 테스트 해봐야 할 것 같아요.

Copy link
Collaborator

@smb0123 smb0123 left a comment

Choose a reason for hiding this comment

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

sse의 연결 여부는 토큰의 유무로만 판단하면 될 것 같아서 isConnected에 해당하는 코드는 지워도 될 것 같아요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 추가 refactor refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refacter: 메인페이지 ui 변경
2 participants