Conversation
…roSection 컨테이너를 Flex 대신 VStack으로 전환
… 텍스트 공백 제거, eyebrow typography 적용)
Contributor
Author
|
액션이 crates.io의 |
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.
#169에서 랜딩 페이지 관련 변경 사항만 분리한 PR입니다.
작업은 @2heunxun 님이 진행하셨으며, 커밋도 해당 작성자 이름으로 유지했습니다. 제가 추가한 커밋은 마지막 하나로, ORM 목록에 GORM과 Django를 추가하는 문구 수정입니다. 두 백엔드는 각각 #197 과 #198 에서 추가되므로, 이 PR은 해당 두 PR이 머지된 후 머지하는 것이 적절합니다.
#169 리뷰 반영
랜딩 관련 리뷰 코멘트 20건은 @2heunxun 님이 #169에서 모두 반영하고, 각 스레드에 답변하셨습니다. 이 PR의 코드는 해당 리뷰 반영이 완료된 시점의
apps/landing과 동일합니다.use client와 fallback 제거:CodeTabs를 라디오 입력과 CSS만으로 구현하고, 예제 4개를 튜플 타입으로 보장하여 방어 코드를 제거했습니다. 패널 표시 규칙은 말씀하신 대로 대상 요소의selectors로 옮겼습니다.code,eyebrow), 인라인 폰트 스타일 제거.gap사용,Flex대신VStack사용, 기본값인gap="0"과as="span"제거, 루트 요소의w="100%"제거,mb는Box로 처리, 반응형 패딩 적용, pill radius50%적용, 홀수 픽셀 정리,Array.from({ length })사용.변경 범위
apps/landing아래 8개 파일만 변경됩니다. 크레이트 및 CI 관련 파일은 수정하지 않았습니다.