-
Notifications
You must be signed in to change notification settings - Fork 6
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
페이지 UI: 차량 부가정보 페이지 #95
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/remote/api/types/details.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
details말고 additional info나 additional details는 어떤가요? 더 명확하게 알 수 있을 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네 알겠습니다!
useEffect(() => { | ||
const id = setTimeout(() => { | ||
router.push('/'); | ||
}, 2000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2초로 하드코딩 되어있는데 기간을 정의하는 상수를 사용하는 것은 어떤가요? (크게 상관은 없지만 기간을 따로 정의해놓으면 관리하기 편할 것 같아요!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오홍 수정할게요!!
} | ||
|
||
&:checked ~ span { | ||
color: var(--primary) !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 이 부분에서 !impotant가 꼭 필요할까요?? 음 다른 방향으로 스타일을 적용할 수 있다면 최대한 사용하지 않는 게 좋을 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그게 Text 컴포넌트가 인라인으로 폰트 색상을 받아서 그래요.. css 우선순위에 따라 focus 됐을 때 색상을 지정하려면 기존에 있던 인라인 속성을 오버라이딩 해야하는데 그 방법이 !important밖에 없었습니다 ㅠ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㅠㅠ어쩔수 없군요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니닷!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 확인했습니다!
해당 사항 (중복 선택)
설명
Key Changes
How it Works
To Reviewers