-
Notifications
You must be signed in to change notification settings - Fork 2
[27기] YAPP 공식 웹 페이지 리디자인 1차 반영 #192
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
Merged
Merged
Conversation
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
- Next.js 13.4.4로 마이그레이션 및 app 디렉토리 구조 및 미들웨어 작성법 변경 적용 - styled-components 6 버전 적용하여 타입 안정성 및 빌드 최적화 강화 - TypeScript 5.1.3으로 업그레이드, 최신 타입 기능과 빌드 성능 향상 - glob 및 minimatch 등 의존성 최신화 및 타입 선언 문제 해결 - Node.js 내장 모듈 fs 관련 빌드 오류 해결 위해 next.config.js에 SWC 강제 활성화 및 webpack fallback 설정 추가 - next/image 컴포넌트 alt 속성 누락 오류 수정 및 next/link passHref 누락 경고 대응
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.
📘 작업 유형
📑 작업리스트
새로운 폰트 시스템의 적용과 컬러 시스템을 추가했습니다
(기존의 폰트 시스템 코드를 지우지 않은 이유는 이전의 코드 의존성 문제로 인해 리디자인 작성 초기에 삭제가 비효율적일 것이라 판단되어 현재는 V1 과 V2로 구분하여 함께 남아있는 상황입니다)
홈화면 / 리쿠르팅 페이지
이부분 리디자인 와이어프레임으로 확인하실 수 있습니다
27기 리디자인 framer-wireFrame
프로젝트 페이지
얍 활동 페이지
27기에서 새롭게 추가하게 된 부분으로 Medium 의 글을 볼 수 있는 페이지입니다 .
database/medium.json에 정적 리소스를 두고 사용하고 있습니다.추후 페이지네이션 도입이 필요합니다
🚧 특이 사항