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

Feature/#104 탭 브라우징 반응형 구현 #105

Merged
merged 6 commits into from
Nov 13, 2024

Conversation

pipisebastian
Copy link
Member

@pipisebastian pipisebastian commented Nov 13, 2024

📝 변경 사항

  • 사이드바 반응형 구현

🔍 변경 사항 설명

  • constants의 상수만 바꾸면 사이드바 크기 수정가능합니다.
  • sidebar 열림/닫힘의 경우, zustand로 관리하는편이 좋다 생각했습니다 (여러곳에서 접근해야함)
  • zustand 설치 및 적용
    • 현훈님이 정리하신 부분이랑 해당 블로그 참고해서 구현했습니다.
    • 자세한 거는 따로 위키에 작성하겠습니다!

🙏 질문 사항

📷 스크린샷 (선택)

2024-11-13.12.59.29.mov

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@pipisebastian pipisebastian self-assigned this Nov 13, 2024
…into Feature/#104_탭_브라우징_반응형_구현
@pipisebastian pipisebastian added FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업 labels Nov 13, 2024
Copy link
Collaborator

@Ludovico7 Ludovico7 left a comment

Choose a reason for hiding this comment

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

생성되는 애니메이션이랑 사이드바 토글 애니메이션 정말 깔끔합니다!

Copy link
Collaborator

@minjungw00 minjungw00 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@github-actions github-actions bot merged commit 38a012a into dev Nov 13, 2024
3 checks passed
delay: 0.2,
display: "none",
},
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

애니메이션 정의하신것 좋습니다 👍

@hyonun321
Copy link
Collaborator

수고하셨습니다! 포커스효과와 사이드바에 따라서 애니메이션 창들 움직이는것까지 아주 자연스럽네요 . 👍👍

@hyonun321 hyonun321 deleted the Feature/#104_탭_브라우징_반응형_구현 branch November 15, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants