[28기] 28기 채용 배포 확인용#201
Merged
Merged
Conversation
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 73.7%, saving 3.8 MB.
|
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 14%, saving 155.3 KB.
|
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 10.6%, saving 101.4 KB.
3 images did not require optimisation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📘 작업 유형
📑 작업리스트
리크루팅 상태 기반 동적 UI 전환 및 가시성 제어
JoinSection,RecuitBtn,RecruitBanner등 주요 컴포넌트를 실시간 상태 기반의 조건부 렌더링 방식으로 전환했습니다.카운트다운 및 날짜 로직 안정화
clearInterval을 보장하여 메모리 누수를 방지했습니다.Next.js 하이드레이션(Hydration) 오류 해결
isMounted가드 패턴을 도입했습니다.🚧 특이 사항
JoinSection이나RecuitBtn을 조건부 렌더링으로 완전히 제거한 경우는 스크린리더와 키보드에서 안전합니다. 다만,RecuitBtn내부에서 CSS(opacity,visibility)로만 숨긴 경우 키보드 Tab으로 포커스가 가는지 수동 테스트가 필요합니다.